diff options
Diffstat (limited to 'ext/Socket')
-rw-r--r-- | ext/Socket/socketpair.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/Socket/socketpair.t b/ext/Socket/socketpair.t index c600079899..9d86be626c 100644 --- a/ext/Socket/socketpair.t +++ b/ext/Socket/socketpair.t @@ -124,8 +124,7 @@ SKIP: { ok (eof RIGHT, "right is at EOF"); local $TODO = "Known problems with unix sockets on $^O" if $^O eq 'unicos' || $^O eq 'unicosmk'; - # is ($!, '', 'and $! should report no error'); - ok(1, 'skip this $! test for now'); + is ($!, '', 'and $! should report no error'); alarm 60; } |