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

Add --disable-gems for tests which doesn't use rubygems

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2013-04-19 10:41:57 +00:00
parent 3f927dec87
commit d6674f8f82

View file

@ -276,7 +276,7 @@ class TestException < Test::Unit::TestCase
end
def test_thread_signal_location
_, stderr, _ = EnvUtil.invoke_ruby("-d", <<-RUBY, false, true)
_, stderr, _ = EnvUtil.invoke_ruby("--disable-gems -d", <<-RUBY, false, true)
Thread.start do
begin
Process.kill(:INT, $$)