projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb8024b
)
Also force LC_ALL in test scripts.
author
Junio C Hamano
<junkio@cox.net>
Mon, 10 Oct 2005 04:58:02 +0000
(21:58 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 10 Oct 2005 04:58:02 +0000
(21:58 -0700)
Noticed by Junichi Uekawa.
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/test-lib.sh
patch
|
blob
|
history
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index
1523d2e
..
3f8a6fe
100755
(executable)
--- 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