diff options
Diffstat (limited to 'system/git/dont-test-other-encodings.patch')
-rw-r--r-- | system/git/dont-test-other-encodings.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/git/dont-test-other-encodings.patch b/system/git/dont-test-other-encodings.patch index 7d176d57a..fed4a6e21 100644 --- a/system/git/dont-test-other-encodings.patch +++ b/system/git/dont-test-other-encodings.patch @@ -58,7 +58,7 @@ We can't support Japanese people using musl summary $UTF8_MSG --- git-2.21.0/t/t0028-working-tree-encoding.sh.old 2019-02-24 16:31:46.000000000 +0000 +++ git-2.21.0/t/t0028-working-tree-encoding.sh 2019-03-08 00:49:07.580000000 +0000 -@@ -71,14 +71,6 @@ +@@ -51,14 +51,6 @@ test_cmp_bin test.utf8.raw test.utf16.git ' @@ -73,7 +73,7 @@ We can't support Japanese people using musl test_expect_success 're-encode to UTF-16-LE-BOM on checkout' ' rm test.utf16lebom && git checkout test.utf16lebom && -@@ -143,41 +135,6 @@ +@@ -123,41 +115,6 @@ test_i18ngrep "fatal: BOM is required .* utf-${i}" err.out && test_i18ngrep "use UTF-${i}BE or UTF-${i}LE" err.out ' |