summaryrefslogtreecommitdiff
path: root/tests/head/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-10 17:32:31 +0000
committerJim Meyering <jim@meyering.net>1997-07-10 17:32:31 +0000
commit8d6318c532114a930ad8182fb8550820ee1a8671 (patch)
tree4fd1acaa9c787ca28226bacb543d74fa1ef5cbd5 /tests/head/Test.pm
parent36df27319986fd46594efe2983b7cf2307225f77 (diff)
downloadcoreutils-8d6318c532114a930ad8182fb8550820ee1a8671.tar.xz
.
Diffstat (limited to 'tests/head/Test.pm')
-rw-r--r--tests/head/Test.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/head/Test.pm b/tests/head/Test.pm
index 8cb0a51c2..6cc67c207 100644
--- a/tests/head/Test.pm
+++ b/tests/head/Test.pm
@@ -26,6 +26,11 @@ my @tv = (
['obs-1', '-1c', "", "", 0],
['obs-2', '-1c', "12", "1", 0],
['obs-3', '-14c', "1234567890abcdefg", "1234567890abcd", 0],
+['obs-4', '-2b', [\'in'], [\'in-1024'], 0], #'
+['obs-5', '-1k', [\'in'], [\'in-1024'], 0], #'
+
+# This test fails for textutils-1.22, because head didn't fail.
+['fail-0', '-n 4096m', 'a\n', '', 1], #'
);