aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-03-19 05:33:39 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-03-19 06:18:19 +0530
commit95a3e0fca4367be6b2f91b93fee4ecdfdad1c994 (patch)
treecf6d63c8c3ce6fde2dc721372d32e21d7d042cfe /scripts
parent8d7a56cbaaefd6afb688a2c186fed0df62af4918 (diff)
downloadnnn-95a3e0fca4367be6b2f91b93fee4ecdfdad1c994.tar.gz
Fix test dir name
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test/mktest.sh4
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
}