mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
FreeBSD 9.0 RC2 fixes the bug.
FreeBSD PR: kern/155606, kern/162379 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7c5aa76f53
commit
1b99ecc5a2
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ class TestWaitForSingleFD < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_wait_for_invalid_fd
|
||||
# FreeBSD 8.2 sticks this
|
||||
# FreeBSD 8.2 or prior sticks this
|
||||
# http://redmine.ruby-lang.org/issues/5524
|
||||
skip if /freebsd/ =~ RUBY_PLATFORM
|
||||
skip if /freebsd[1-8]/ =~ RUBY_PLATFORM
|
||||
with_pipe do |r,w|
|
||||
wfd = w.fileno
|
||||
w.close
|
||||
|
|
Loading…
Add table
Reference in a new issue