From: Jim Meyering Date: Thu, 10 Jul 1997 18:29:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16c~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a2964b9888faed4d1d0724215c4023c464cd5cc;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/head/Test.pm b/tests/head/Test.pm index b5abda723d..76942a71ba 100644 --- a/tests/head/Test.pm +++ b/tests/head/Test.pm @@ -30,7 +30,7 @@ my @tv = ( ['obs-5', '-1k', [\'in'], [\'in-1024'], 0], #' # This test fails for textutils-1.22, because head let 4096m overflow to 0. -# Now it gets a diagnostic. +# Now it 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.