[ruby/io-wait] Use omit
as per test-unit
https://github.com/ruby/io-wait/commit/1f59f7b02f
This commit is contained in:
parent
f3bda8987e
commit
d305ae5f04
@ -45,7 +45,7 @@ class TestIOWaitUncommon < Test::Unit::TestCase
|
|||||||
rescue Errno::ENOENT
|
rescue Errno::ENOENT
|
||||||
return # Ignore silently
|
return # Ignore silently
|
||||||
rescue SystemCallError => e
|
rescue SystemCallError => e
|
||||||
skip "#{dev} could not be opened #{e.message} (#{e.class})"
|
omit "#{dev} could not be opened #{e.message} (#{e.class})"
|
||||||
end
|
end
|
||||||
if block
|
if block
|
||||||
yield fp
|
yield fp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user