summaryrefslogtreecommitdiff
path: root/tests/pr/pr-tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-06 10:14:39 +0100
committerJim Meyering <meyering@redhat.com>2012-01-06 11:00:36 +0100
commite8fb9b01699ee235fd4d3c6d0d413d40006a5014 (patch)
tree2b03bfa6abef7d9afcdeeb664ad14a57038f2472 /tests/pr/pr-tests
parent847446ac841857e532b208cad21957e706a7c989 (diff)
downloadcoreutils-e8fb9b01699ee235fd4d3c6d0d413d40006a5014.tar.gz
coreutils-e8fb9b01699ee235fd4d3c6d0d413d40006a5014.tar.bz2
coreutils-e8fb9b01699ee235fd4d3c6d0d413d40006a5014.zip
tests: adjust quoting in expected output to match new gnulib policy
* tests/misc/xstrtol: Use '...' to match new quoting in most places. However, leave `9x' to match the sole comparison against output from the quote function, which still uses `...'. * tests/misc/sort-merge: Likewise, though here I had to leave `...'-quoted output to match output from four tests. * tests/pr/pr-tests: Convert a single `...' to '...'. * gnulib: Update submodule to latest.
Diffstat (limited to 'tests/pr/pr-tests')
-rwxr-xr-xtests/pr/pr-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pr/pr-tests b/tests/pr/pr-tests
index 5058b4a17..0cfca13b2 100755
--- a/tests/pr/pr-tests
+++ b/tests/pr/pr-tests
@@ -392,7 +392,7 @@ my @tv = (
# Before coreutils-5.3.1, --pages=1:-1 would be treated like
# --pages=1:18446744073709551615.
['neg-page', '--pages=1:-1', '', '', 1,
- "$prog: invalid --pages argument `1:-1'\n"],
+ "$prog: invalid --pages argument '1:-1'\n"],
# Up to coreutils-6.10, this would cause pr to decrement its
# internal "input_position" below zero and sometimes segfault.