From: Arkadiusz Miśkiewicz Date: Sun, 24 Jan 2016 11:55:13 +0000 (+0100) Subject: - convert ugly sed (which breaks things) into a patch X-Git-Tag: auto/th/coreutils-8.27-1~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcoreutils.git;a=commitdiff_plain;h=22554cde0f8f2f64d1ea9b27873e4470f3ecea50 - convert ugly sed (which breaks things) into a patch --- diff --git a/coreutils-tests.patch b/coreutils-tests.patch new file mode 100644 index 0000000..cb2ff81 --- /dev/null +++ b/coreutils-tests.patch @@ -0,0 +1,12 @@ +--- coreutils-8.23/tests/fmt/base.pl.org 2016-01-24 12:53:10.307811328 +0100 ++++ coreutils-8.23/tests/fmt/base.pl 2016-01-24 12:53:16.991740623 +0100 +@@ -22,9 +22,6 @@ + + my @Tests = + ( +- ['8-bit-pfx', qw (-p 'ç'), +- {IN=> "ça\nçb\n"}, +- {OUT=>"ça b\n"}], + ['wide-1', '-w 32768', + {ERR => "fmt: invalid width: '32768'\n"}, {EXIT => 1}], + ['wide-2', '-w 2147483647',