1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-17 04:41:59 +02:00

Adjust to new wording in diagnostic.

This commit is contained in:
Paul Eggert
2004-09-21 22:25:51 +00:00
parent 9873bd7eb6
commit 718c00df82

View File

@@ -55,7 +55,7 @@ my @Tests =
['x', '4294966896', {OUT => '2 2 2 2 3 3 3 11 607 1489'}],
['y', '4294966998', {OUT => '2 3 7 3917 26107'}],
['z', '-1',
{ERR => "$prog: `-1' is not a valid positive integer\n"
{ERR => "$prog: invalid option -- 1\n"
. "Try `$prog --help' for more information.\n"},
{EXIT => 1}],
);