diff options
Diffstat (limited to 'tests/misc/fmt')
-rwxr-xr-x | tests/misc/fmt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/fmt b/tests/misc/fmt index 29858fe59..ef10e8274 100755 --- a/tests/misc/fmt +++ b/tests/misc/fmt @@ -37,7 +37,7 @@ my @Tests = ['obs-1', '-c -72', {ERR => "fmt: invalid option -- 7; -WIDTH is recognized only when it" . " is the first\noption; use -w N instead\n" - . "Try `fmt --help' for more information.\n" }, {EXIT => 1}], + . "Try 'fmt --help' for more information.\n" }, {EXIT => 1}], # With --prefix=P, do not remove leading space on lines without the prefix. ['pfx-1', qw (-p '>'), |