(create-empty): New test.

This commit is contained in:
Jim Meyering 2001-03-13 08:49:48 +00:00
parent 811ade5514
commit 7eaaae4ec0

View File

@ -206,6 +206,8 @@ my @tv = (
# From Will Edgington.
["o-no-file1", '-o no-such-file no-such-file', {}, '', 2],
["create-empty", '-o no/such/file /dev/null', {}, '', 2],
# From Paul Eggert. This was fixed in textutils-1.22k.
["neg-nls", '-n', "-1\n-9\n", "-9\n-1\n", 0],