From aff2d638e6fbbd3da7e8eb196a3f96adbc0d92e5 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 25 Mar 2001 00:24:25 +0000 Subject: stop LC_COLLATE reordering things in tests --- Test/ztst.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'Test/ztst.zsh') 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. -- cgit 1.4.1