From 777a96db68395c6e09c1acb7cfe0edebe315ed86 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 21 Jun 2004 15:04:54 +0000 Subject: Adjust to new diagnostics. --- tests/du/files0-from | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/du/files0-from') 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 -- cgit v1.2.3-54-g00ecf