summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-10 23:03:43 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-10-10 23:03:43 (GMT)
commitb12bbd5986e1fae4120d7a415c1271c0273cad7e (patch)
tree4d00a9874001944444ade975ba9a54e777bbec5c /t
parentcc1621e2a02ed2a408571ed6f6ba84de2166e334 (diff)
parent18e410f1eaaf8e3e82dca9f124782b099ead7612 (diff)
downloadgit-b12bbd5986e1fae4120d7a415c1271c0273cad7e.zip
git-b12bbd5986e1fae4120d7a415c1271c0273cad7e.tar.gz
git-b12bbd5986e1fae4120d7a415c1271c0273cad7e.tar.bz2
Merge branch 'fixes'
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't')
-rwxr-xr-xt/t5400-send-pack.sh3
-rwxr-xr-xt/test-lib.sh3
2 files changed, 5 insertions, 1 deletions
diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh
index 1a4d2f2..7fc3bd7 100755
--- a/t/t5400-send-pack.sh
+++ b/t/t5400-send-pack.sh
@@ -8,6 +8,9 @@ test_description='See why rewinding head breaks send-pack
'
. ./test-lib.sh
+touch cpio-test
+test_expect_success 'working cpio' 'echo cpio-test | cpio -o > /dev/null'
+
cnt='1'
test_expect_success setup '
tree=$(git-write-tree) &&
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