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