diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-13 08:49:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-13 08:49:48 +0000 |
commit | 7eaaae4ec0d40fe9d7d7193444e3c5d373113f58 (patch) | |
tree | ffecf53f64dde002ab4e8d2b043b3ca0c560fb84 /tests | |
parent | 811ade551454d824541555edb3ffcfc5ef4e3ee0 (diff) | |
download | coreutils-7eaaae4ec0d40fe9d7d7193444e3c5d373113f58.tar.xz |
(create-empty): New test.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/sort/Test.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm index 5bfd30953..b8c752066 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], |