diff options
Diffstat (limited to 'ext/IO')
-rwxr-xr-x | ext/IO/lib/IO/t/io_sel.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/lib/IO/t/io_sel.t b/ext/IO/lib/IO/t/io_sel.t index 009c251252..1e72e38930 100755 --- a/ext/IO/lib/IO/t/io_sel.t +++ b/ext/IO/lib/IO/t/io_sel.t @@ -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" } |