diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-10 18:29:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-10 18:29:27 +0000 |
commit | 1a2964b9888faed4d1d0724215c4023c464cd5cc (patch) | |
tree | 5779dbfd171d1091cfc90edc5fb4cec15f866617 /tests | |
parent | 4170f6416d52fc20febdec8088335e7db29e0e3f (diff) | |
download | coreutils-1a2964b9888faed4d1d0724215c4023c464cd5cc.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/head/Test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/head/Test.pm b/tests/head/Test.pm index b5abda723..76942a71b 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. |