]> git.pld-linux.org Git - packages/coreutils.git/blob - coreutils-tests.patch
up to 9.5
[packages/coreutils.git] / coreutils-tests.patch
1 diff -ruN coreutils-8.27.orig/tests/fmt/base.pl coreutils-8.27/tests/fmt/base.pl
2 --- coreutils-8.27.orig/tests/fmt/base.pl       2017-01-01 23:34:24.000000000 +0100
3 +++ coreutils-8.27/tests/fmt/base.pl    2017-06-10 20:36:20.655861034 +0200
4 @@ -23,9 +23,6 @@
5  
6  my @Tests =
7      (
8 -     ['8-bit-pfx', qw (-p 'ç'),
9 -      {IN=> "ça\nçb\n"},
10 -      {OUT=>"ça b\n"}],
11       ['wide-1', '-w 32768',
12        {ERR => "fmt: invalid width: '32768'\n"}, {EXIT => 1},
13        {ERR_SUBST => $normalize_strerror}],
This page took 0.029783 seconds and 3 git commands to generate.