scripts/test/mktest.sh | 4 ++-- diff --git a/scripts/test/mktest.sh b/scripts/test/mktest.sh index 301245b714498a63143267ff58e7d5241e32ee78..865aa91360f10ea066fac1c0d1e9a92ecc1d91b0 100755 --- a/scripts/test/mktest.sh +++ b/scripts/test/mktest.sh @@ -2,8 +2,8 @@ #!/bin/sh # 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 }