diff options
Diffstat (limited to 'tests/du')
-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 d6175407a..fb25c3f0f 100755 --- a/tests/du/files0-from +++ b/tests/du/files0-from @@ -32,7 +32,7 @@ my @Tests = ['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"} + . "Try '$prog --help' for more information.\n"} ], # missing input file |