commit | 899460f336254a128602b86ca48433a983dced72 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Oct 09 21:58:02 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Sun Oct 09 21:58:02 2005 -0700 |
tree | 77ddc653744c096fd00a6160c6d427fcf90c744b | |
parent | fb8024b414b417d85ce215eba3dd23c188500c15 [diff] [blame] |
Also force LC_ALL in test scripts. Noticed by Junichi Uekawa. Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/t/test-lib.sh b/t/test-lib.sh index 1523d2e..3f8a6fe 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