From: Jim Meyering Date: Tue, 13 Mar 2001 08:49:48 +0000 (+0000) Subject: (create-empty): New test. X-Git-Tag: FILEUTILS-4_0_42~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7eaaae4ec0d40fe9d7d7193444e3c5d373113f58;p=thirdparty%2Fcoreutils.git (create-empty): New test. --- diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm index 5bfd309534..b8c752066f 100755 --- a/tests/sort/Test.pm +++ b/tests/sort/Test.pm @@ -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],