summaryrefslogtreecommitdiff
path: root/tests/misc/seq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/seq')
-rwxr-xr-xtests/misc/seq2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/seq b/tests/misc/seq
index dabdccf4e..05770b0da 100755
--- a/tests/misc/seq
+++ b/tests/misc/seq
@@ -24,7 +24,7 @@ use strict;
@ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
my $prog = 'seq';
-my $try_help = "Try `$prog --help' for more information.\n";
+my $try_help = "Try '$prog --help' for more information.\n";
my $locale = $ENV{LOCALE_FR_UTF8};
! defined $locale || $locale eq 'none'