diff options
Diffstat (limited to 'tests/du/files0-from')
-rwxr-xr-x | tests/du/files0-from | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/files0-from b/tests/du/files0-from index ada0a8903..3e36d5ae5 100755 --- a/tests/du/files0-from +++ b/tests/du/files0-from @@ -31,7 +31,7 @@ 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" + . "file operands cannot be combined with --files0-from\n" . "Try `$prog --help' for more information.\n"} ], |