]> git.pld-linux.org Git - packages/coreutils.git/blob - coreutils-tests.patch
- convert ugly sed (which breaks things) into a patch
[packages/coreutils.git] / coreutils-tests.patch
1 --- coreutils-8.23/tests/fmt/base.pl.org        2016-01-24 12:53:10.307811328 +0100
2 +++ coreutils-8.23/tests/fmt/base.pl    2016-01-24 12:53:16.991740623 +0100
3 @@ -22,9 +22,6 @@
4  
5  my @Tests =
6      (
7 -     ['8-bit-pfx', qw (-p 'ç'),
8 -      {IN=> "ça\nçb\n"},
9 -      {OUT=>"ça b\n"}],
10       ['wide-1', '-w 32768',
11        {ERR => "fmt: invalid width: '32768'\n"}, {EXIT => 1}],
12       ['wide-2', '-w 2147483647',
This page took 0.027787 seconds and 3 git commands to generate.