diff options
-rwxr-xr-x | scripts/test/mktest.sh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/test/mktest.sh b/scripts/test/mktest.sh index c808d38..c75dd94 100755 --- a/scripts/test/mktest.sh +++ b/scripts/test/mktest.sh @@ -7,7 +7,7 @@ test -e test && { exit 1 } -mkdir test && cd test +mkdir outdir && cd outdir echo 'It works!' > normal.txt echo 'Με δουλέβει;' > 'κοινό.txt' @@ -30,3 +30,10 @@ echo 'chmod 000 test/cage' > cage/lock.sh echo 'chmod 755 test/cage' > cage-unlock.sh mkdir cage/lion echo 'chmod 000 test/cage' > cage/lion/lock.sh +mkdir unicode +touch 'unicode/Malgudi Days - मालगुडी डेज - E05. Swami and Friends - स्वामी और उसके दोस्त (Part 1)' +touch 'unicode/Malgudi Days - मालगुडी डेज - E05. Swami and Friends - स्वामी और उसके दोस्त (Part 2)' +touch 'unicode/Malgudi Days - मालगुडी डेज - E05. Swami and Friends - स्वामी और उसके दोस्त (Part 3)' +chmod +x 'unicode/Malgudi Days - मालगुडी डेज - E05. Swami and Friends - स्वामी और उसके दोस्त (Part 2)' +touch 'unicode/Führer' +touch 'unicode/Eso eso aamar ghare eso ♫ এসো এসো আমার ঘরে এসো ♫ Swagatalakshmi Dasgupta' |