From 0ffb6f58f4fe318d651337b049c60c3e632e2bfc Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Mon, 29 Oct 2007 19:59:20 +0000 Subject: Merge of 22760: Test/ztst.zsh: force locale to C to avoid test failures due to localized output. --- Test/ztst.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Test/ztst.zsh') 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. -- cgit 1.4.1