Skip to content

Commit 75543ab

Browse files
committed
Use omit instead of skip for test-unit
1 parent 3a3a8a1 commit 75543ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/io/wait/test_io_wait_uncommon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_tty_wait
1313
end
1414

1515
def test_fifo_wait
16-
skip 'no mkfifo' unless File.respond_to?(:mkfifo) && IO.const_defined?(:NONBLOCK)
16+
omit 'no mkfifo' unless File.respond_to?(:mkfifo) && IO.const_defined?(:NONBLOCK)
1717
require 'tmpdir'
1818
Dir.mktmpdir('rubytest-fifo') do |dir|
1919
fifo = "#{dir}/fifo"

0 commit comments

Comments
 (0)