p4raw-id: //depot/perl@22375
# 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;