projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
da7f727
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Net/t/require.t
b/lib/Net/t/require.t
index
aaa3adb
..
39d8f7e
100644
(file)
--- 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";