1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-05-03 20:14:20 +00:00
parent 34bd9f31cc
commit c48100ccf1

View File

@@ -35,7 +35,7 @@ my @Tests =
{ERR => "fmt: cannot open `no-such-file' for reading:"
. " No such file or directory\n"}, {EXIT => 1}],
['obs-1', '-c -72',
{ERR => "fmt: invalid option -- 7; -NUMBER is recognized only when it"
{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}],
);