summaryrefslogtreecommitdiff
path: root/tests/head/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-10 18:29:27 +0000
committerJim Meyering <jim@meyering.net>1997-07-10 18:29:27 +0000
commit1a2964b9888faed4d1d0724215c4023c464cd5cc (patch)
tree5779dbfd171d1091cfc90edc5fb4cec15f866617 /tests/head/Test.pm
parent4170f6416d52fc20febdec8088335e7db29e0e3f (diff)
downloadcoreutils-1a2964b9888faed4d1d0724215c4023c464cd5cc.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/head/Test.pm')
-rw-r--r--tests/head/Test.pm2
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.