From 718c00df82db6bc0510938e32266dbc314cd5f31 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 21 Sep 2004 22:25:51 +0000 Subject: [PATCH] Adjust to new wording in diagnostic. --- tests/factor/basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/factor/basic b/tests/factor/basic index 884dd12..97008e3 100755 --- a/tests/factor/basic +++ b/tests/factor/basic @@ -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}], ); -- 2.7.4