summaryrefslogtreecommitdiff
path: root/test/io/nonblock
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-01-11 21:44:20 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-01-12 11:02:24 +0900
commitdcb02cb28aa8c6d998291aaddf95a571d369f316 (patch)
tree9bc0a0a6c21b009d725f8c440a63ec638ee08107 /test/io/nonblock
parent186fd89086da1a2285f71ba1dfc275580c5cd229 (diff)
[ruby/io-nonblock] Use omit instead of skip for test-unit
https://github.com/ruby/io-nonblock/commit/a7bfbfa049
Diffstat (limited to 'test/io/nonblock')
-rw-r--r--test/io/nonblock/test_flush.rb2
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)