diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test/mktest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test/mktest.sh b/scripts/test/mktest.sh index 301245b..865aa91 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 } |