mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
7f5e06601b
commit
bf2bd6dc22
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue