From: Jim Meyering Date: Wed, 24 Mar 2004 15:14:22 +0000 (+0000) Subject: Adjust to above changes to src/du.c. X-Git-Tag: v5.3.0~1946 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3be1616713b07ec29bb1c4d71c4f99a8ecfced5;p=thirdparty%2Fcoreutils.git Adjust to above changes to src/du.c. --- diff --git a/tests/du/files0-from b/tests/du/files0-from index 17e6e26db4..84c9a57534 100755 --- a/tests/du/files0-from +++ b/tests/du/files0-from @@ -37,12 +37,10 @@ my @Tests = . "No such file or directory\n"}], # empty input - ['empty', '--files0-from=-', {EXIT=>1}, - {ERR => "du: no files specified in `-'\n"}], + ['empty', '--files0-from=-'], # empty input, from non-regular file - ['empty-nonreg', '--files0-from=/dev/null', {EXIT=>1}, - {ERR => "du: no files specified in `/dev/null'\n"}], + ['empty-nonreg', '--files0-from=/dev/null'], # one NUL ['nul-1', '--files0-from=-', '<', {IN=>"\0"}, {EXIT=>1},