mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-30 05:23:52 +08:00
(create-empty): New test.
This commit is contained in:
parent
811ade5514
commit
7eaaae4ec0
@ -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],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user