From 18626d346f60a59998701a52ac52a91caf0212c6 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 16 May 2016 22:10:38 -0500 Subject: [PATCH] Revert "test: use C.UTF-8 locale in tests" This reverts commit f53a8653ab6fbd82641f64a2d91f28760c4b8cfb. It turns out Debian and Fedora do provide the C.UTF-8 locale, but other distributions don't. Signed-off-by: Felipe Contreras --- test/main.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/main.t b/test/main.t index 5aae6fa..ca50f79 100755 --- a/test/main.t +++ b/test/main.t @@ -470,7 +470,7 @@ rm -rf hgrepo test_expect_success 'fetch special filenames' ' test_when_finished "rm -rf hgrepo gitrepo && LC_ALL=C" && - LC_ALL=C.UTF-8 + LC_ALL=en_US.UTF-8 export LC_ALL ( @@ -503,7 +503,7 @@ test_expect_success 'push special filenames' ' mkdir -p tmp && cd tmp && - LC_ALL=C.UTF-8 + LC_ALL=en_US.UTF-8 export LC_ALL (