[ruby/io-wait] Use `omit` as per test-unit

https://github.com/ruby/io-wait/commit/1f59f7b02f
This commit is contained in:
Nobuyoshi Nakada 2021-10-22 15:34:51 +09:00 коммит произвёл Hiroshi SHIBATA
Родитель f3bda8987e
Коммит d305ae5f04
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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