diff --git a/scripts/test/mktest.sh b/scripts/test/mktest.sh index 301245b7..865aa913 100755 --- a/scripts/test/mktest.sh +++ b/scripts/test/mktest.sh @@ -2,8 +2,8 @@ # Create test files and directories -test -e test && { - echo "Remove test and try again" +test -e outdir && { + echo "Remove 'outdir' and try again" exit 1 }