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:
parent
35808bbf4b
commit
16917fa698
1 changed files with 1 additions and 1 deletions
|
@ -705,5 +705,5 @@ class TestRequire < Test::Unit::TestCase
|
|||
assert_raise(IOError) {load(ARGV[0])}
|
||||
END
|
||||
}
|
||||
end
|
||||
end unless /mswin|mingw/ =~ RUBY_PLATFORM
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue