summaryrefslogtreecommitdiff
path: root/tests/sort/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-03-13 08:49:48 +0000
committerJim Meyering <jim@meyering.net>2001-03-13 08:49:48 +0000
commit7eaaae4ec0d40fe9d7d7193444e3c5d373113f58 (patch)
treeffecf53f64dde002ab4e8d2b043b3ca0c560fb84 /tests/sort/Test.pm
parent811ade551454d824541555edb3ffcfc5ef4e3ee0 (diff)
downloadcoreutils-7eaaae4ec0d40fe9d7d7193444e3c5d373113f58.tar.xz
(create-empty): New test.
Diffstat (limited to 'tests/sort/Test.pm')
-rwxr-xr-xtests/sort/Test.pm2
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],