diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-03-25 00:24:25 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-03-25 00:24:25 +0000 |
commit | aff2d638e6fbbd3da7e8eb196a3f96adbc0d92e5 (patch) | |
tree | 6f10e252f72e657ee6dc4c01124da8f484228d1c /Test | |
parent | 0fe2fc2742a7b5fd0917c0d7fc4e6a99115c4a39 (diff) | |
download | zsh-aff2d638e6fbbd3da7e8eb196a3f96adbc0d92e5.tar.gz zsh-aff2d638e6fbbd3da7e8eb196a3f96adbc0d92e5.tar.xz zsh-aff2d638e6fbbd3da7e8eb196a3f96adbc0d92e5.zip |
stop LC_COLLATE reordering things in tests
Diffstat (limited to 'Test')
-rwxr-xr-x | Test/ztst.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh index 978f3d623..fb81be0ad 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -25,6 +25,7 @@ emulate -R zsh # Ensure the locale does not screw up sorting. Don't supply a locale # unless there's one set, to minimise problems. [[ -n $LC_ALL ]] && LC_ALL=C +[[ -n $LC_COLLATE ]] && LC_COLLATE=C [[ -n $LANG ]] && LANG=C # Set the module load path to correspond to this build of zsh. |