We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3a8a1 commit 75543abCopy full SHA for 75543ab
test/io/wait/test_io_wait_uncommon.rb
@@ -13,7 +13,7 @@ def test_tty_wait
13
end
14
15
def test_fifo_wait
16
- skip 'no mkfifo' unless File.respond_to?(:mkfifo) && IO.const_defined?(:NONBLOCK)
+ omit 'no mkfifo' unless File.respond_to?(:mkfifo) && IO.const_defined?(:NONBLOCK)
17
require 'tmpdir'
18
Dir.mktmpdir('rubytest-fifo') do |dir|
19
fifo = "#{dir}/fifo"
0 commit comments