Revert "test: use C.UTF-8 locale in tests"

This reverts commit f53a8653ab.

It turns out Debian and Fedora do provide the C.UTF-8 locale, but other
distributions don't.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras
2016-05-16 22:10:38 -05:00
parent b81ec14c2e
commit 18626d346f

View File

@@ -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
(