aboutsummaryrefslogtreecommitdiffstats
path: root/misc/test
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-22 02:14:25 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-22 11:13:34 +0530
commit1cca9e4b72b106374f203890b266f18609deefe3 (patch)
tree9f281f4b4de296c54d13dc9c7e214f58835636a7 /misc/test
parentee2dcb1de7d3e82b330f49ee9fb5dfd4608207ff (diff)
downloadnnn-1cca9e4b72b106374f203890b266f18609deefe3.tar.gz
shellcheck fixes
Diffstat (limited to 'misc/test')
-rwxr-xr-xmisc/test/mktest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/test/mktest.sh b/misc/test/mktest.sh
index 2d1decf..aa5a921 100755
--- a/misc/test/mktest.sh
+++ b/misc/test/mktest.sh
@@ -7,7 +7,7 @@ test -e outdir && {
exit 1
}
-mkdir -p outdir && cd outdir
+mkdir -p outdir && cd outdir || exit 1
echo 'It works!' > normal.txt
echo 'Με δουλέβει;' > 'κοινό.txt'