diff options
Diffstat (limited to 'lib/Net/Ping')
-rw-r--r-- | lib/Net/Ping/t/450_service.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Net/Ping/t/450_service.t b/lib/Net/Ping/t/450_service.t index 006bf64efb..21e99f2c44 100644 --- a/lib/Net/Ping/t/450_service.t +++ b/lib/Net/Ping/t/450_service.t @@ -19,7 +19,8 @@ use Net::Ping; # for the TCP Server stuff instead of doing # all that direct socket() junk manually. -plan tests => 26, ($^O eq 'MSWin32' ? (todo => [18]) : ()); +plan tests => 26, ($^O eq 'MSWin32' ? (todo => [18]) : + $^O eq "hpux" ? (todo => [9, 18]) : ()); # Everything loaded fine ok 1; |