Skip to content

Commit

Permalink
Revert "test: use C.UTF-8 locale in tests"
Browse files Browse the repository at this point in the history
This reverts commit f53a865.

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

Signed-off-by: Felipe Contreras <[email protected]>
  • Loading branch information
felipec committed May 17, 2016
1 parent b81ec14 commit 18626d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/main.t
Original file line number Diff line number Diff line change
Expand Up @@ -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
(
Expand Down Expand Up @@ -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
(
Expand Down

0 comments on commit 18626d3

Please sign in to comment.