diff options
Diffstat (limited to 'testsuite/files0-from')
-rwxr-xr-x | testsuite/files0-from | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/files0-from b/testsuite/files0-from index 8a7b834..ecc8f67 100755 --- a/testsuite/files0-from +++ b/testsuite/files0-from @@ -42,11 +42,6 @@ my @Tests = {ERR => "$prog: cannot open `missing' for reading: " . "No such file or directory\n"}], - # input file name of '-' - ['minus-in-stdin', '--files0-from=-', '<', {IN=>{f=>'-'}}, {EXIT=>1}, - {ERR => "$prog: when reading file names from stdin, no file name of" - . " `-' allowed\n" . $nothing_to_do}], - # empty input, regular file ['empty', '--files0-from=@AUX@', {AUX=>''}, {ERR => $nothing_to_do}], |