summaryrefslogtreecommitdiff
path: root/tests/cut/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-04-04 03:18:04 +0000
committerJim Meyering <jim@meyering.net>1997-04-04 03:18:04 +0000
commit6d648c45ed57191208de18362a8771fd60de15d0 (patch)
tree64a048f45cee651d4fac1b3e11f66b7b7842b73d /tests/cut/Test.pm
parentcc093a994519836364d627b418b38365a2519277 (diff)
downloadcoreutils-6d648c45ed57191208de18362a8771fd60de15d0.tar.xz
Add test from Phil Richards.
Diffstat (limited to 'tests/cut/Test.pm')
-rwxr-xr-xtests/cut/Test.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cut/Test.pm b/tests/cut/Test.pm
index 122194b48..fc6893fc3 100755
--- a/tests/cut/Test.pm
+++ b/tests/cut/Test.pm
@@ -58,6 +58,12 @@ my @tv = (
['empty-bl', '-b \'\'', ":\n", "", 1],
# Missing byte list
['missing-bl', '-b', ":\n", "", 1],
+
+# This test fails with cut from textutils-1.22.
+['empty-f1', '-f1', "", "", 0],
+
+['empty-f2', '-f2', "", "", 0],
+
);
sub test_vector