about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-10-29 19:59:20 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-10-29 19:59:20 +0000
commit0ffb6f58f4fe318d651337b049c60c3e632e2bfc (patch)
treeea7457e7531dda6eee452150d00c13156fe386a7 /Test
parent9b0b78b47ed6d6aa9ce0442f367626f126c282b3 (diff)
downloadzsh-0ffb6f58f4fe318d651337b049c60c3e632e2bfc.tar.gz
zsh-0ffb6f58f4fe318d651337b049c60c3e632e2bfc.tar.xz
zsh-0ffb6f58f4fe318d651337b049c60c3e632e2bfc.zip
Merge of 22760: Test/ztst.zsh: force locale to C to avoid test failures due to localized output.
Diffstat (limited to 'Test')
-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.