]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- convert ugly sed (which breaks things) into a patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Jan 2016 11:55:13 +0000 (12:55 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Jan 2016 11:55:13 +0000 (12:55 +0100)
coreutils-tests.patch [new file with mode: 0644]

diff --git a/coreutils-tests.patch b/coreutils-tests.patch
new file mode 100644 (file)
index 0000000..cb2ff81
--- /dev/null
@@ -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',
This page took 0.141913 seconds and 4 git commands to generate.