diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-26 15:26:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-26 15:26:20 +0000 |
commit | a34d483b8d8913ae11654c2b49598ef46ee2bdd4 (patch) | |
tree | 20ffb0855466b2eaaf8b3e53d3de9c7cc6de885a /Test | |
parent | 0806789e68fc2fd7805f216b7be4772e62f5c13c (diff) | |
download | zsh-a34d483b8d8913ae11654c2b49598ef46ee2bdd4.tar.gz zsh-a34d483b8d8913ae11654c2b49598ef46ee2bdd4.tar.xz zsh-a34d483b8d8913ae11654c2b49598ef46ee2bdd4.zip |
24736: a couple more tests failing on Solaris
Diffstat (limited to 'Test')
-rw-r--r-- | Test/A02alias.ztst | 4 | ||||
-rw-r--r-- | Test/D07multibyte.ztst | 8 |
2 files changed, 2 insertions, 10 deletions
diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst index 61cc04bdf..591590b9c 100644 --- a/Test/A02alias.ztst +++ b/Test/A02alias.ztst @@ -14,9 +14,9 @@ 0:Global aliasing >echo - \foo foo + \ThisCommandDefinitelyDoesNotExist foo 127:Not aliasing -?(eval):1: command not found: foo +?(eval):1: command not found: ThisCommandDefinitelyDoesNotExist \bar \bar 0:Aliasing with a backslash diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst index 201a3b144..64d220d72 100644 --- a/Test/D07multibyte.ztst +++ b/Test/D07multibyte.ztst @@ -363,8 +363,6 @@ touch ngs1txt ngs2txt ngs10txt ngs20txt ngs100txt ngs200txt setopt numericglobsort print -l ngs* - unsetopt numericglobsort - print -l ngs* 0:NUMERIC_GLOB_SORT option in UTF-8 locale >ngs1txt >ngs2txt @@ -372,12 +370,6 @@ >ngs20txt >ngs100txt >ngs200txt ->ngs100txt ->ngs10txt ->ngs1txt ->ngs200txt ->ngs20txt ->ngs2txt # Not strictly multibyte, but gives us a well-defined locale for testing. foo=$'X\xc0Y\x07Z\x7fT' |