From d305ae5f045e839de183f7d575864b7718a2faa5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 22 Oct 2021 15:34:51 +0900 Subject: [ruby/io-wait] Use `omit` as per test-unit https://github.com/ruby/io-wait/commit/1f59f7b02f --- test/io/wait/test_io_wait_uncommon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/io') 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 -- cgit v1.2.1