When removing tests updating the test count is a good idea, too.
Jarkko Hietaniemi [Wed, 4 Jul 2001 15:08:26 +0000 (15:08 +0000)]
p4raw-id: //depot/perl@11143

lib/Net/t/require.t

index aaa3adb..39d8f7e 100644 (file)
@@ -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";