chiark / gitweb /
test suite: Run everything with LC_CTYPE=C.UTF-8
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 7 Nov 2018 22:55:32 +0000 (22:55 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 8 Nov 2018 00:21:02 +0000 (00:21 +0000)
Things are not likely to work otherwise.

(If someone wants to try to run dgit in another ctype then I think
things will mostly work...)

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/lib

index a050522890c49fe8bed8076c7584a7ac2dfcc314..fa553af9d5e89af67a971ad23617ff1eedbc376e 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -36,6 +36,8 @@ export DGIT_TEST_DEBUG
 export GIT_COMMITTER_DATE='1530000000 +0100'
 export GIT_AUTHOR_DATE='1530000000 +0100'
 
+export LC_CTYPE=C.UTF-8
+
 root=`pwd`
 troot=$root/tests
 testname="${DGIT_TEST_TESTNAME-${0##*/}}"