diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-07-25 18:10:37 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-07-25 18:10:37 +0000 |
commit | 09bc7ee2b56239020d1ef6bb1f5d7b4ef9f19db1 (patch) | |
tree | 9a1e2155b0feb322eb32c8ee14d252ffc0607388 /Misc | |
parent | b9bf52d1fc750633189c3d25182edc95ffdbcb19 (diff) | |
download | zsh-09bc7ee2b56239020d1ef6bb1f5d7b4ef9f19db1.tar.gz zsh-09bc7ee2b56239020d1ef6bb1f5d7b4ef9f19db1.tar.xz zsh-09bc7ee2b56239020d1ef6bb1f5d7b4ef9f19db1.zip |
22557: turn on multibyte option by default
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/globtests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/globtests b/Misc/globtests index 232fe3daa..a5f7c4a00 100755 --- a/Misc/globtests +++ b/Misc/globtests @@ -182,6 +182,5 @@ f atest/path *((#s)|/)test((#e)|/)* f path/testy *((#s)|/)test((#e)|/)* f path/testy/ohyes *((#s)|/)test((#e)|/)* f path/atest/ohyes *((#s)|/)test((#e)|/)* -t björn *[åäöÅÄÖ]* EOT print "$failed tests failed." |