summaryrefslogtreecommitdiff
path: root/tests/factor
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-21 22:25:51 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-21 22:25:51 +0000
commit718c00df82db6bc0510938e32266dbc314cd5f31 (patch)
treeefd546f9559cb2a245d49b7b12046ecc2aa8ea3e /tests/factor
parent9873bd7eb683857ba25de884ee4427458d3088ed (diff)
downloadcoreutils-718c00df82db6bc0510938e32266dbc314cd5f31.tar.xz
Adjust to new wording in diagnostic.
Diffstat (limited to 'tests/factor')
-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}],
);