Skip to content

Commit 899460f

Browse files
author
Junio C Hamano
committed
Also force LC_ALL in test scripts.
Noticed by Junichi Uekawa. Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent fb8024b commit 899460f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/test-lib.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55

66
# For repeatability, reset the environment to known value.
77
LANG=C
8+
LC_ALL=C
89
PAGER=cat
910
TZ=UTC
10-
export LANG PAGER TZ
11+
export LANG LC_ALL PAGER TZ
1112
unset AUTHOR_DATE
1213
unset AUTHOR_EMAIL
1314
unset AUTHOR_NAME

0 commit comments

Comments
 (0)