diff options
Diffstat (limited to 'test/ruby/test_io_timeout.rb')
-rw-r--r-- | test/ruby/test_io_timeout.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/ruby/test_io_timeout.rb b/test/ruby/test_io_timeout.rb index ca4c0b833b..e017395980 100644 --- a/test/ruby/test_io_timeout.rb +++ b/test/ruby/test_io_timeout.rb @@ -9,12 +9,6 @@ class TestIOTimeout < Test::Unit::TestCase begin i, o = UNIXSocket.pair - unless i.nonblock? && o.nonblock? - i.close - o.close - omit "I/O is not non-blocking!" - end - yield i, o ensure i.close |