]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(create-empty): New test.
authorJim Meyering <jim@meyering.net>
Tue, 13 Mar 2001 08:49:48 +0000 (08:49 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 13 Mar 2001 08:49:48 +0000 (08:49 +0000)
tests/sort/Test.pm

index 5bfd309534e7518e15cb89c23663a7165ce67f80..b8c752066f530d3d111e00c10bc0d0115370a1ec 100755 (executable)
@@ -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],