projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eff326
)
mark 450_service.t#18 as a todo test on windows
author
Gurusamy Sarathy
<gsar@cpan.org>
Mon, 9 Jun 2003 18:17:42 +0000
(18:17 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Mon, 9 Jun 2003 18:17:42 +0000
(18:17 +0000)
p4raw-id: //depot/perl@19724
lib/Net/Ping/t/450_service.t
patch
|
blob
|
history
diff --git
a/lib/Net/Ping/t/450_service.t
b/lib/Net/Ping/t/450_service.t
index
c41b84b
..
006bf64
100644
(file)
--- a/
lib/Net/Ping/t/450_service.t
+++ b/
lib/Net/Ping/t/450_service.t
@@
-19,7
+19,7
@@
use Net::Ping;
# for the TCP Server stuff instead of doing
# all that direct socket() junk manually.
-plan tests => 26;
+plan tests => 26
, ($^O eq 'MSWin32' ? (todo => [18]) : ())
;
# Everything loaded fine
ok 1;