mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
FreeBSD 8.2 sticks this [ruby-dev:44726] [Bug #5524]
http://redmine.ruby-lang.org/issues/5524 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0e4c2ce841
commit
3d855def9e
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ class TestWaitForSingleFD < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_wait_for_invalid_fd
|
||||
# FreeBSD 8.2 sticks this
|
||||
# http://redmine.ruby-lang.org/issues/5524
|
||||
skip if /freebsd/ =~ RUBY_PLATFORM
|
||||
with_pipe do |r,w|
|
||||
wfd = w.fileno
|
||||
w.close
|
||||
|
|
Loading…
Reference in a new issue