diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-03 20:14:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-03 20:14:20 +0000 |
commit | c48100ccf1ede206548e35d526bbad60c3c64070 (patch) | |
tree | 844e7b3cd80f88c4ad857160062db4cd4adbf519 /tests/fmt | |
parent | 34bd9f31cc41aeb4db1acddc5e16fe448cbfe54d (diff) | |
download | coreutils-c48100ccf1ede206548e35d526bbad60c3c64070.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/fmt')
-rwxr-xr-x | tests/fmt/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fmt/basic b/tests/fmt/basic index b335ab9ca..bbc7db2e7 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}], ); |