diff options
Diffstat (limited to 'test/io/nonblock')
-rw-r--r-- | test/io/nonblock/test_flush.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/io/nonblock/test_flush.rb b/test/io/nonblock/test_flush.rb index 08d129de3f..447d761f18 100644 --- a/test/io/nonblock/test_flush.rb +++ b/test/io/nonblock/test_flush.rb @@ -15,7 +15,7 @@ class TestIONonblock < Test::Unit::TestCase Socket.pair(:INET, :STREAM) {|s1, s2| return if flush_test(s1, s2) } - skip "nonblocking IO did not work" + omit "nonblocking IO did not work" end def flush_test(r, w) |