ruby-changes:69751
From: Nobuyoshi <ko1@a...>
Date: Tue, 16 Nov 2021 21:08:23 +0900 (JST)
Subject: [ruby-changes:69751] d305ae5f04 (master): [ruby/io-wait] Use `omit` as per test-unit
https://git.ruby-lang.org/ruby.git/commit/?id=d305ae5f04 From d305ae5f045e839de183f7d575864b7718a2faa5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> 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(-) diff --git a/test/io/wait/test_io_wait_uncommon.rb b/test/io/wait/test_io_wait_uncommon.rb index b6f1c29bcd9..75cd335802b 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 https://github.com/ruby/ruby/blob/trunk/test/io/wait/test_io_wait_uncommon.rb#L45 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/