summaryrefslogtreecommitdiff
path: root/test/io/wait
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-22 15:34:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-16 20:25:41 +0900
commitd305ae5f045e839de183f7d575864b7718a2faa5 (patch)
tree51b5745979ee6bd428e16882544b9768938bb51f /test/io/wait
parentf3bda8987ecf78aa260e697232876b35f83b67c3 (diff)
[ruby/io-wait] Use `omit` as per test-unit
https://github.com/ruby/io-wait/commit/1f59f7b02f
Diffstat (limited to 'test/io/wait')
-rw-r--r--test/io/wait/test_io_wait_uncommon.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/io/wait/test_io_wait_uncommon.rb b/test/io/wait/test_io_wait_uncommon.rb
index b6f1c29bcd..75cd335802 100644
--- a/test/io/wait/test_io_wait_uncommon.rb
+++ b/test/io/wait/test_io_wait_uncommon.rb
@@ -45,7 +45,7 @@ class TestIOWaitUncommon < Test::Unit::TestCase
rescue Errno::ENOENT
return # Ignore silently
rescue SystemCallError => e
- skip "#{dev} could not be opened #{e.message} (#{e.class})"
+ omit "#{dev} could not be opened #{e.message} (#{e.class})"
end
if block
yield fp