1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-24 17:56:51 +02:00

Adjust to above changes to src/du.c.

This commit is contained in:
Jim Meyering
2004-03-24 15:14:22 +00:00
parent 4f37ca2cf3
commit a3be161671
+2 -4
View File
@@ -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},