mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
f3bda8987e
commit
d305ae5f04
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue