diff options
Diffstat (limited to 'tests/pr/pr-tests')
-rwxr-xr-x | tests/pr/pr-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pr/pr-tests b/tests/pr/pr-tests index 2a333dc1e..2e1a80ca1 100755 --- a/tests/pr/pr-tests +++ b/tests/pr/pr-tests @@ -387,7 +387,7 @@ my @tv = ( ['col-0', '-0', '', '', 1, "$prog: invalid number of columns: '0'\n"], ['col-inval', '-'.'9'x100, '', '', 1, - "$prog: invalid number of columns: `". ('9'x100) ."'\n"], + "$prog: invalid number of columns: '". ('9'x100) ."'\n"], # Before coreutils-5.3.1, --pages=1:-1 would be treated like # --pages=1:18446744073709551615. |