From: Jarkko Hietaniemi Date: Sat, 2 Dec 2000 18:22:32 +0000 (+0000) Subject: A missing hunk. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d37f6f5fe34e88f2b6ade25bfb19b086ec071db4;p=p5sagit%2Fp5-mst-13.2.git A missing hunk. p4raw-id: //depot/perl@7957 --- diff --git a/t/lib/net-hostent.t b/t/lib/net-hostent.t index 6e22921..a0ec7bd 100644 --- a/t/lib/net-hostent.t +++ b/t/lib/net-hostent.t @@ -11,7 +11,7 @@ BEGIN { } } -BEGIN { $| = 1; print "1..5\n"; } +BEGIN { $| = 1; print "1..7\n"; } END {print "not ok 1\n" unless $loaded;}