From 8ac05f82a263364310dc9d8bfd734c478c03fbdd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 7 Jan 2012 17:18:14 +0100 Subject: maint: update quoting of "Try `prog --help'" to "Try 'prog --help'" Automatically adjust both the source (now in only one place) and all tests that expect the resulting output via this: git grep -l 'Try.*--help' src/system.h tests \ | xargs perl -pi -e 's/Try \\?`(\S+ --help)/Try '\''$1/' --- tests/misc/factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/factor') diff --git a/tests/misc/factor b/tests/misc/factor index 6c11c70ab..71f850ae4 100755 --- a/tests/misc/factor +++ b/tests/misc/factor @@ -59,7 +59,7 @@ my @Tests = ['z', '-1', {ERR_SUBST => q!s/'1'/1/!}, # map newer glibc diagnostic to expected. {ERR => "$prog: invalid option -- 1\n" - . "Try `$prog --help' for more information.\n"}, + . "Try '$prog --help' for more information.\n"}, {EXIT => 1}], ['cont', 'a 4', {OUT => "4: 2 2\n"}, -- cgit v1.2.3-70-g09d2