From: Jim Meyering Date: Sat, 3 May 2003 20:14:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~603 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c48100ccf1ede206548e35d526bbad60c3c64070;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/fmt/basic b/tests/fmt/basic index b335ab9ca7..bbc7db2e71 100755 --- a/tests/fmt/basic +++ b/tests/fmt/basic @@ -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}], );