1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: Fix use C.UTF-8 in testsuite
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2018-09-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/main.t
+++ b/test/main.t
@@ -544,7 +544,7 @@
test_expect_success !WIN 'fetch special filenames' '
test_when_finished "rm -rf hgrepo gitrepo && LC_ALL=C" &&
- LC_ALL=en_US.UTF-8
+ LC_ALL=C.UTF-8
export LC_ALL
(
@@ -577,7 +577,7 @@
mkdir -p tmp && cd tmp &&
- LC_ALL=en_US.UTF-8
+ LC_ALL=C.UTF-8
export LC_ALL
(
|