From: Jarkko Hietaniemi Date: Wed, 4 Jul 2001 15:08:26 +0000 (+0000) Subject: When removing tests updating the test count is a good idea, too. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=85657ebf3744ff89b90f9708aef61cdd320552fb;p=p5sagit%2Fp5-mst-13.2.git When removing tests updating the test count is a good idea, too. p4raw-id: //depot/perl@11143 --- diff --git a/lib/Net/t/require.t b/lib/Net/t/require.t index aaa3adb..39d8f7e 100644 --- a/lib/Net/t/require.t +++ b/lib/Net/t/require.t @@ -1,5 +1,5 @@ -print "1..11\n"; +print "1..9\n"; my $i = 1; eval { require Net::Config; } || print "not "; print "ok ",$i++,"\n"; eval { require Net::Domain; } || print "not "; print "ok ",$i++,"\n";