From 411725d6277f7d4b7429e0c305734b50d616dbf5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 7 Nov 2018 22:55:32 +0000 Subject: 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 --- tests/lib | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/lib') diff --git a/tests/lib b/tests/lib index a050522..fa553af 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##*/}}" -- cgit v1.2.3