1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading): omit on

Windows.  the platform does not support fifo.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2015-06-14 13:48:17 +00:00
parent 35808bbf4b
commit 16917fa698

View file

@ -705,5 +705,5 @@ class TestRequire < Test::Unit::TestCase
assert_raise(IOError) {load(ARGV[0])}
END
}
end
end unless /mswin|mingw/ =~ RUBY_PLATFORM
end