summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/factor/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/factor/basic b/tests/factor/basic
index 884dd1280..97008e33d 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}],
);