diff options
author | 2014-11-14 18:12:14 +0200 | |
---|---|---|
committer | 2014-11-14 18:12:14 +0200 | |
commit | 7c31c572a557eb1f2e56923edcbcbc3d2ebcf7b0 (patch) | |
tree | f0a7627b0d0508ccb04ef35e59977423b96d2e84 | |
parent | 7b34fc4c1e1e8c06a4eb8cced08824e6f20aff9f (diff) | |
download | nnn-7c31c572a557eb1f2e56923edcbcbc3d2ebcf7b0.tar.gz |
Test unicode on filename and content
-rw-r--r-- | mktest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ test -e test && { mkdir test && cd test echo 'It works!' > normal.txt +echo 'Με δουλέβει;' > 'κοινό.txt' ln -s normal.txt ln-normal.txt ln -s normal.txt ln-normal mkdir normal-dir |