diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-16 17:57:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-06-16 17:57:22 +0000 |
commit | 5c44b0a472c6e9efdec28ef03337c484b1bc3ce1 (patch) | |
tree | f670e8f1b80bf7752c6bced76d0180c143547565 | |
parent | d59d9da6aaa99ba785dd1159bd854c3cb9da37ec (diff) | |
download | zsh-5c44b0a472c6e9efdec28ef03337c484b1bc3ce1.tar.gz zsh-5c44b0a472c6e9efdec28ef03337c484b1bc3ce1.tar.xz zsh-5c44b0a472c6e9efdec28ef03337c484b1bc3ce1.zip |
unposted: stop multibyte test files from cluttering up directory
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Test/D07multibyte.ztst | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e36c5e500..5133192e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-06-16 Peter Stephenson <p.w.stephenson@ntlworld.com> + * unposted: Test/D07multibyte.ztst: stop test files from + cluttering up directory. + * users/11575: Doc/Zsh/compsys.yo: document use of additional completers and insert style with _all_matches diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst index 07140f6e9..765559ae5 100644 --- a/Test/D07multibyte.ztst +++ b/Test/D07multibyte.ztst @@ -17,6 +17,7 @@ ZTST_unimplemented="no UTF-8 locale or multibyte mode is not implemented" else print -u $ZTST_fd Testing multibyte with locale $LANG + mkdir multibyte.tmp && cd multibyte.tmp fi %test |