Skip failing test with freebsd
This commit is contained in:
parent
360c5fd6f9
commit
0cae30e1d3
@ -824,6 +824,8 @@ class TestRequire < Test::Unit::TestCase
|
|||||||
end if File.respond_to?(:mkfifo)
|
end if File.respond_to?(:mkfifo)
|
||||||
|
|
||||||
def test_loading_fifo_threading_success
|
def test_loading_fifo_threading_success
|
||||||
|
omit "[Bug #18613]" if /freebsd/=~ RUBY_PLATFORM
|
||||||
|
|
||||||
Tempfile.create(%w'fifo .rb') {|f|
|
Tempfile.create(%w'fifo .rb') {|f|
|
||||||
f.close
|
f.close
|
||||||
File.unlink(f.path)
|
File.unlink(f.path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user