about summary refs log tree commit diff
path: root/Test/ztst.zsh
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 06:55:29 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2006-09-23 06:55:29 +0000
commitdaed9601f723dfad8dbbd41b084807f160c94c8c (patch)
tree5dd4962336f3bc93c45e37732af32beb8d3018e1 /Test/ztst.zsh
parent4e576c069c36bd31c6bbd57ba661361cb29274c9 (diff)
downloadzsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar.gz
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.tar.xz
zsh-daed9601f723dfad8dbbd41b084807f160c94c8c.zip
revert 22758 and add LC_NUMERIC and LC_MESSAGES
to test harness instead
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-xTest/ztst.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh
index 348ec4a7f..77ff30e8d 100755
--- a/Test/ztst.zsh
+++ b/Test/ztst.zsh
@@ -26,6 +26,8 @@ emulate -R zsh
 # unless there's one set, to minimise problems.
 [[ -n $LC_ALL ]] && LC_ALL=C
 [[ -n $LC_COLLATE ]] && LC_COLLATE=C
+[[ -n $LC_NUMERIC ]] && LC_NUMERIC=C
+[[ -n $LC_MESSAGES ]] && LC_MESSAGES=C
 [[ -n $LANG ]] && LANG=C
 
 # Set the module load path to correspond to this build of zsh.