summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-10 18:30:08 +0000
committerJim Meyering <jim@meyering.net>1997-07-10 18:30:08 +0000
commit2d1baaeb315f2785b0633f21289af0679faa7de5 (patch)
tree1443429ff013481c571247cb256c7f29413876cb /tests
parent1a2964b9888faed4d1d0724215c4023c464cd5cc (diff)
downloadcoreutils-2d1baaeb315f2785b0633f21289af0679faa7de5.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/head/Test.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/head/Test.pm b/tests/head/Test.pm
index 76942a71b..2b4014cd5 100644
--- a/tests/head/Test.pm
+++ b/tests/head/Test.pm
@@ -29,8 +29,8 @@ my @tv = (
['obs-4', '-2b', [\'in'], [\'in-1024'], 0], #'
['obs-5', '-1k', [\'in'], [\'in-1024'], 0], #'
-# This test fails for textutils-1.22, because head let 4096m overflow to 0.
-# Now it fails with a diagnostic.
+# This test fails for textutils-1.22, because head let 4096m overflow to 0
+# and did not fail. Now head fails with a diagnostic.
['fail-0', '-n 4096m', "a\n", "", 1],
# In spite of its name, this test passes -- just to contrast with the above.