BeOS still has no good sockets.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 Dec 2001 03:23:26 +0000 (03:23 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 Dec 2001 03:23:26 +0000 (03:23 +0000)
p4raw-id: //depot/perl@13647

ext/IO/lib/IO/t/io_sel.t

index 009c251..1e72e38 100755 (executable)
@@ -49,7 +49,7 @@ $sel->remove([\*STDOUT, 5]);
 print "not " unless $sel->count == 0 && !defined($sel->bits);
 print "ok 9\n";
 
-if ( grep $^O eq $_, qw(MSWin32 NetWare dos VMS riscos) ) {
+if ( grep $^O eq $_, qw(MSWin32 NetWare dos VMS riscos beos) ) {
     for (10 .. 15) { 
         print "ok $_ # skip: 4-arg select is only valid on sockets\n"
     }