diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-24 15:14:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-24 15:14:22 +0000 |
commit | a3be1616713b07ec29bb1c4d71c4f99a8ecfced5 (patch) | |
tree | 1e65f8958c7a32aa7ab51fb1a2198ad9f986924e /tests/du | |
parent | 4f37ca2cf3800a1dc439f8d05902a5c6f0c80bb4 (diff) | |
download | coreutils-a3be1616713b07ec29bb1c4d71c4f99a8ecfced5.tar.xz |
Adjust to above changes to src/du.c.
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/files0-from | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/du/files0-from b/tests/du/files0-from index 17e6e26db..84c9a5753 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}, |