[ruby/io-wait] Use omit instead of skip for test-unit
https://github.com/ruby/io-wait/commit/75543ab1bc
This commit is contained in:
parent
7f5e06601b
commit
bf2bd6dc22
@ -13,7 +13,7 @@ class TestIOWaitUncommon < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_fifo_wait
|
||||
skip 'no mkfifo' unless File.respond_to?(:mkfifo) && IO.const_defined?(:NONBLOCK)
|
||||
omit 'no mkfifo' unless File.respond_to?(:mkfifo) && IO.const_defined?(:NONBLOCK)
|
||||
require 'tmpdir'
|
||||
Dir.mktmpdir('rubytest-fifo') do |dir|
|
||||
fifo = "#{dir}/fifo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user