summaryrefslogtreecommitdiff
path: root/lib/Net
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2003-06-09 18:17:42 +0000
committerGurusamy Sarathy <gsar@cpan.org>2003-06-09 18:17:42 +0000
commitdd59707a39627e9cd9e0c7726087555c3d16ac97 (patch)
tree04fcf83bb7ff3e4f897e26b62e5b1488d1e9bec6 /lib/Net
parent8eff326bc4ec5cde990026aa3a8ca58f85cb4bbc (diff)
downloadperl-dd59707a39627e9cd9e0c7726087555c3d16ac97.tar.gz
mark 450_service.t#18 as a todo test on windows
p4raw-id: //depot/perl@19724
Diffstat (limited to 'lib/Net')
-rw-r--r--lib/Net/Ping/t/450_service.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/Ping/t/450_service.t b/lib/Net/Ping/t/450_service.t
index c41b84b807..006bf64efb 100644
--- 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;