Skip to content

Commit

Permalink
Also force LC_ALL in test scripts.
Browse files Browse the repository at this point in the history
Noticed by Junichi Uekawa.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Oct 10, 2005
1 parent fb8024b commit 899460f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 899460f

Please sign in to comment.