From: Ian Jackson Date: Wed, 7 Nov 2018 22:55:32 +0000 (+0000) Subject: test suite: Run everything with LC_CTYPE=C.UTF-8 X-Git-Tag: archive/debian/8.1~9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=411725d6277f7d4b7429e0c305734b50d616dbf5;p=dgit.git test suite: Run everything with LC_CTYPE=C.UTF-8 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 --- diff --git a/tests/lib b/tests/lib index a0505228..fa553af9 100644 --- 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##*/}}"