diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-21 15:04:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-21 15:04:54 +0000 |
commit | 777a96db68395c6e09c1acb7cfe0edebe315ed86 (patch) | |
tree | 45e0168db28ebbed66570223eb32b95b0f7d68d7 /tests/du | |
parent | 260a903a50ebb861b0ebec21aba5fc0759435b17 (diff) | |
download | coreutils-777a96db68395c6e09c1acb7cfe0edebe315ed86.tar.xz |
Adjust to new diagnostics.
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/files0-from | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/du/files0-from b/tests/du/files0-from index 97ae4cd3c..296e80d0d 100755 --- a/tests/du/files0-from +++ b/tests/du/files0-from @@ -27,8 +27,9 @@ my @Tests = ( # invalid extra command line argument ['f-extra-arg', '--files0-from=- no-such', {IN=>"a"}, {EXIT=>1}, - {ERR => "du: no-such: you may not specify command-line arguments " - . "with --files0-from\n"} + {ERR => "du: extra operand `no-such'\n" + . "File operands cannot be combined with --files0-from.\n" + . "Try `du --help' for more information.\n"} ], # missing input file |