diff --git a/test/lib/test/unit.rb b/test/lib/test/unit.rb index dfbccc055c..fbd0f18ff1 100644 --- a/test/lib/test/unit.rb +++ b/test/lib/test/unit.rb @@ -177,7 +177,7 @@ module Test class Worker def self.launch(ruby,args=[]) - io = IO.popen([*ruby, + io = IO.popen([*ruby, "-W1", "#{File.dirname(__FILE__)}/unit/parallel.rb", *args], "rb+") new(io, io.pid, :waiting)