From 38b8cc309c7960a312f375b60dad41ef17ba2739 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 19 Apr 2015 16:01:04 +0100 Subject: LANG, LC_*: Consistently set required LC_* env vars --- tests/tests/drs-push-rejects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tests/drs-push-rejects') diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects index f6f8882..df90d22 100755 --- a/tests/tests/drs-push-rejects +++ b/tests/tests/drs-push-rejects @@ -86,7 +86,7 @@ for h in object type tag; do cat badtag.asc >>badtag set +e - LC_ALL=C git hash-object -w -t tag badtag >badtag.hash 2>badtag.err + LC_MESSAGES=C git hash-object -w -t tag badtag >badtag.hash 2>badtag.err rc=$? set -e -- cgit v1.2.3