From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Wed, 12 Dec 2001 03:19:56 +0000 (+0000)
Subject: BeOS sockets are not true sockets.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e83fb983710f86c2e7983e2a395e8b92bdc9a754;p=p5sagit%2Fp5-mst-13.2.git

BeOS sockets are not true sockets.

p4raw-id: //depot/perl@13646
---

diff --git a/ext/IO/lib/IO/t/io_poll.t b/ext/IO/lib/IO/t/io_poll.t
index 8d157b5..f987d99 100755
--- a/ext/IO/lib/IO/t/io_poll.t
+++ b/ext/IO/lib/IO/t/io_poll.t
@@ -39,7 +39,7 @@ print "ok 2\n";
 
 $poll->poll(0.1);
 
-if ($^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'VMS') {
+if ($^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'VMS' || $^O eq 'beos') {
 print "ok 3 # skipped, doesn't work on non-socket fds\n";
 print "ok 4 # skipped, doesn't work on non-socket fds\n";
 }