File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11diff --git a/tests/factor/factor.pl b/tests/factor/factor.pl
2- index 6e612e418..f19c06ca0 100755
2+ index b1406c266..3d97cd6a5 100755
33--- a/tests/factor/factor.pl
44+++ b/tests/factor/factor.pl
5- @@ -61,12 +61,13 @@ my @Tests =
5+ @@ -61,12 +61,14 @@ my @Tests =
66 # Map newer glibc diagnostic to expected.
77 # Also map OpenBSD 5.1's "unknown option" to expected "invalid option".
88 {ERR_SUBST => q!s/'1'/1/;s/unknown/invalid/!},
99- {ERR => "$prog: invalid option -- 1\n"
1010- . "Try '$prog --help' for more information.\n"},
1111+ {ERR => "error: unexpected argument '-1' found\n\n"
1212+ . " tip: to pass '-1' as a value, use '-- -1'\n\n"
13- + . "Usage: factor [OPTION]... [NUMBER]...\n"},
13+ + . "Usage: factor [OPTION]... [NUMBER]...\n\n"
14+ + . "For more information, try '--help'.\n"},
1415 {EXIT => 1}],
1516 ['cont', 'a 4',
1617 {OUT => "4: 2 2\n"},
You can’t perform that action at this time.
0 commit comments