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:
parent
3f927dec87
commit
d6674f8f82
1 changed files with 1 additions and 1 deletions
|
@ -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, $$)
|
||||
|
|
Loading…
Reference in a new issue