提交 2a73b599 编写于 作者: T Toshi MARUYAMA 提交者: Rafael Mendonça França

wrap "require 'drb/unix'" by bgin-end at test/abstract_unit.rb

Related: #19617, #19187, #19533, #19689, #19675.

'drb/unix' does not exist on mingw.
上级 7008dfba
......@@ -14,7 +14,11 @@
end
require 'drb'
require 'drb/unix'
begin
require 'drb/unix'
rescue LoadError
puts "'drb/unix' is not available"
end
require 'tempfile'
PROCESS_COUNT = (ENV['N'] || 4).to_i
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册