From e8fb9b01699ee235fd4d3c6d0d413d40006a5014 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Jan 2012 10:14:39 +0100 Subject: 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. --- tests/misc/sort-merge | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/misc/sort-merge') diff --git a/tests/misc/sort-merge b/tests/misc/sort-merge index 618ab1dd8..3303d10af 100755 --- a/tests/misc/sort-merge +++ b/tests/misc/sort-merge @@ -50,10 +50,10 @@ my @Tests = "$prog: minimum --batch-size argument is `2'\n"}, {EXIT=>2}], ['nmerge-neg', "-m --batch-size=-1", @inputs, - {ERR=>"$prog: invalid --batch-size argument `-1'\n"}, {EXIT=>2}], + {ERR=>"$prog: invalid --batch-size argument '-1'\n"}, {EXIT=>2}], ['nmerge-nan', "-m --batch-size=a", @inputs, - {ERR=>"$prog: invalid --batch-size argument `a'\n"}, {EXIT=>2}], + {ERR=>"$prog: invalid --batch-size argument 'a'\n"}, {EXIT=>2}], ['nmerge-big', "-m --batch-size=$bigint", @inputs, {ERR_SUBST=>'s/(current rlimit is) \d+/$1/'}, -- cgit v1.2.3-70-g09d2