]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix test dir name
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 19 Mar 2018 00:03:39 +0000 (05:33 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 19 Mar 2018 00:48:19 +0000 (06:18 +0530)
scripts/test/mktest.sh

index 301245b714498a63143267ff58e7d5241e32ee78..865aa91360f10ea066fac1c0d1e9a92ecc1d91b0 100755 (executable)
@@ -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
 }