]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 10 Jul 1997 18:30:08 +0000 (18:30 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 10 Jul 1997 18:30:08 +0000 (18:30 +0000)
tests/head/Test.pm

index 76942a71ba6df9c50a70571586081609672b67f4..2b4014cd568729bf1153dac979035ab35b2e3f70 100644 (file)
@@ -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.