summaryrefslogtreecommitdiff
path: root/tests/misc/mktemp
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/mktemp
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/mktemp')
-rwxr-xr-xtests/misc/mktemp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/mktemp b/tests/misc/mktemp
index 1bef533db..40bbe5100 100755
--- a/tests/misc/mktemp
+++ b/tests/misc/mktemp
@@ -57,7 +57,7 @@ my @Tests =
#
['too-many', 'a b',
{ERR=>"$prog: too many templates\n"
- . "Try `$prog --help' for more information.\n"}, {EXIT => 1} ],
+ . "Try '$prog --help' for more information.\n"}, {EXIT => 1} ],
['too-many-q', '-q a b', {EXIT => 1} ],
['too-few-x', 'foo.XX', {EXIT => 1},
@@ -164,7 +164,7 @@ my @Tests =
['suffix9f', 'aXXXX --suffix=b', {EXIT=>1},
{ENV=>"POSIXLY_CORRECT=1"},
{ERR=>"$prog: too many templates\n"
- . "Try `$prog --help' for more information.\n"}],
+ . "Try '$prog --help' for more information.\n"}],
['suffix10f', 'aXXb', {EXIT => 1},
{ERR=>"$prog: too few X's in template `aXXb'\n"}],