Skip to content

Commit 48fcc07

Browse files
committed
Skip two ping tests on cygwin
1 parent d19a96b commit 48fcc07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/Net-Ping/t/450_service.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ is($p->ping("127.0.0.1"), 1, 'first port is reachable');
7878
$p->{port_num} = $port2;
7979

8080
{
81-
local $TODO = "Believed not to work on $^O" if $^O =~ /^(?:MSWin32|os390)$/;
81+
local $TODO = "Believed not to work on $^O" if $^O =~ /^(?:MSWin32|os390|cygwin)$/;
8282
is($p->ping("127.0.0.1"), 1, 'second port is reachable');
8383
}
8484

@@ -133,7 +133,7 @@ SKIP: {
133133

134134
{
135135
local $TODO = "Believed not to work on $^O"
136-
if $^O =~ /^(?:MSWin32|os390)$/;
136+
if $^O =~ /^(?:MSWin32|os390|cygwin)$/;
137137
is($p->ack(), '127.0.0.1', 'IP should be reachable');
138138
}
139139
}

0 commit comments

Comments
 (0)