disappeared from both UNICOSes.
(One gets "UNEXPECTEDLY SUCCEEDED".)
p4raw-id: //depot/perl@16632
{
local $SIG{ALRM} = sub { warn "EOF on right took over 3 seconds" };
local $TODO = "Known problems with unix sockets on $^O"
- if $^O eq 'hpux' || $^O eq 'unicosmk' ||
- $^O eq 'unicos' || $^O eq 'super-ux';
+ if $^O eq 'hpux' || $^O eq 'super-ux';
alarm 3;
$! = 0;
ok (eof RIGHT, "right is at EOF");