diff --git a/test/io/wait/test_io_wait_uncommon.rb b/test/io/wait/test_io_wait_uncommon.rb index b6f1c29..75cd335 100644 --- a/test/io/wait/test_io_wait_uncommon.rb +++ b/test/io/wait/test_io_wait_uncommon.rb @@ -45,7 +45,7 @@ def check_dev(dev, m = :wait_readable, mode: m == :wait_readable ? 'r' : 'w', &b 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