diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index 377a225450..13a7fb678a 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -567,7 +567,6 @@ class TestIO < Test::Unit::TestCase w2.nonblock = true rescue Errno::EBADF skip "nonblocking IO for pipe is not implemented" - break end s = w2.syswrite("a" * 100000) t = Thread.new { sleep 0.1; r2.read }