From 22554cde0f8f2f64d1ea9b27873e4470f3ecea50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 24 Jan 2016 12:55:13 +0100 Subject: [PATCH] - convert ugly sed (which breaks things) into a patch --- coreutils-tests.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 coreutils-tests.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', -- 2.43.0