1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 02:30:27 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-03-08 14:40:54 +00:00
parent 59aae8f311
commit bee00278e6
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ my @Tests =
['y', '4294966998', {OUT => '2 3 7 3917 26107'}],
['z', '-1',
{ERR => "$prog: `-1' is not a valid positive integer\n"
. "Try `factor --help' for more information.\n"},
. "Try `$prog --help' for more information.\n"},
{EXIT => 1}],
);