mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-07-21 01:00:13 +02:00
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:
@@ -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
|
||||
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user