summaryrefslogtreecommitdiff
path: root/tests/misc/invalid-opt
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-07 17:18:14 +0100
committerJim Meyering <meyering@redhat.com>2012-01-07 17:18:14 +0100
commit8ac05f82a263364310dc9d8bfd734c478c03fbdd (patch)
treea9254f40733a0b932f52d463cfd49c8a43946e19 /tests/misc/invalid-opt
parent101d1203c667ec3ab54a026dde43117563d4e944 (diff)
downloadcoreutils-8ac05f82a263364310dc9d8bfd734c478c03fbdd.tar.xz
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/'
Diffstat (limited to 'tests/misc/invalid-opt')
-rwxr-xr-xtests/misc/invalid-opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/invalid-opt b/tests/misc/invalid-opt
index 68e61df8e..8eae3c275 100755
--- a/tests/misc/invalid-opt
+++ b/tests/misc/invalid-opt
@@ -65,7 +65,7 @@ foreach my $prog (@built_programs)
$prog eq '['
and next;
- my $try = "Try \`$prog --help' for more information.\n";
+ my $try = "Try '$prog --help' for more information.\n";
my $x = $exit_status{$prog};
defined $x
or $x = 1;