summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb3
1 files changed, 3 insertions, 0 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 c7dd0909f0..968586155a 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,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