diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 9272832..20b2328 100644 --- a/test/Makefile +++ b/test/Makefile @@ -164,7 +164,7 @@ core-distclean-tmp: build clean-core-distclean-tmp $i "Distclean the application" $t $(MAKE) -C $(APP) distclean $v - $i "Check if .erlang.mk directory got removed" + $i "Check that .erlang.mk directory got removed" $t test ! -e $(APP)/.erlang.mk core-help: build clean-core-help |