diff options
Diffstat (limited to 'tests/misc/wc-files0-from')
-rwxr-xr-x | tests/misc/wc-files0-from | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/wc-files0-from b/tests/misc/wc-files0-from index 505014301..c8ce7d6e5 100755 --- a/tests/misc/wc-files0-from +++ b/tests/misc/wc-files0-from @@ -31,8 +31,8 @@ my @Tests = # invalid extra command line argument ['f-extra-arg', '--files0-from=- no-such', {IN=>"a"}, {EXIT=>1}, {ERR => "$prog: extra operand `no-such'\n" - . "File operands cannot be combined with --files0-from.\n" - . "Try `$prog --help' for more information.\n"} + . "file operands cannot be combined with --files0-from\n" + . "Try `$prog --help' for more information.\n"} ], # missing input file |