diff options
Diffstat (limited to 'misc/test')
-rwxr-xr-x | misc/test/mktest.sh | 2 |
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' |