From: Junio C Hamano Date: Mon, 10 Oct 2005 04:58:02 +0000 (-0700) Subject: Also force LC_ALL in test scripts. X-Git-Tag: v0.99.8d~9^2~4 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=899460f336254a128602b86ca48433a983dced72;p=git.git Also force LC_ALL in test scripts. Noticed by Junichi Uekawa. Signed-off-by: Junio C Hamano --- diff --git a/t/test-lib.sh b/t/test-lib.sh index 1523d2eb..3f8a6fe4 100755 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -5,9 +5,10 @@ # For repeatability, reset the environment to known value. LANG=C +LC_ALL=C PAGER=cat TZ=UTC -export LANG PAGER TZ +export LANG LC_ALL PAGER TZ unset AUTHOR_DATE unset AUTHOR_EMAIL unset AUTHOR_NAME