summaryrefslogtreecommitdiff
path: root/test/-ext-
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-07 22:13:04 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-07 22:13:04 +0000
commit09c399b68e6162b68e52dfd22763408def2f813e (patch)
tree7b3c3fa0e2c4040497d95b74c73d2cf9acb429f5 /test/-ext-
parentaecd98a212016f991f1243f0734238b71702e6f6 (diff)
It is fixed in FreeBSD 9.0 RC3, not RC2.
So skip until it is released. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-')
-rw-r--r--test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb b/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
index 72914f04c5..64c05c12e4 100644
--- a/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
+++ b/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
@@ -23,7 +23,7 @@ class TestWaitForSingleFD < Test::Unit::TestCase
def test_wait_for_invalid_fd
# FreeBSD 8.2 or prior sticks this
# http://redmine.ruby-lang.org/issues/5524
- skip if /freebsd[1-8]/ =~ RUBY_PLATFORM
+ skip if /freebsd[1-9]/ =~ RUBY_PLATFORM
with_pipe do |r,w|
wfd = w.fileno
w.close