diff options
Diffstat (limited to 't/lib/io_poll.t')
-rwxr-xr-x | t/lib/io_poll.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/io_poll.t b/t/lib/io_poll.t index d391566a7f..d31ea47f53 100755 --- a/t/lib/io_poll.t +++ b/t/lib/io_poll.t @@ -39,7 +39,7 @@ print "ok 2\n"; $poll->poll(0.1); -if ($^O eq 'MSWin32') { +if ($^O eq 'MSWin32' || $^O eq 'NetWare') { print "ok 3 # skipped, doesn't work on non-socket fds\n"; print "ok 4 # skipped, doesn't work on non-socket fds\n"; } |