summaryrefslogtreecommitdiff
path: root/test/-ext-
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-07 00:32:37 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-07 00:32:37 +0000
commit1b99ecc5a22e1665b75a56e12b3f831397fc4539 (patch)
treeab510215b84c64aedbc9762c43d9473db51b53f1 /test/-ext-
parent7c5aa76f5303c7f9442c2247588409df8dd4a972 (diff)
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
Diffstat (limited to 'test/-ext-')
-rw-r--r--test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb4
1 files changed, 2 insertions, 2 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 968586155a..72914f04c5 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
@@ -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