mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_exception.rb: fix bad spawn argument (multiple
args in single) in test_thread_signal_location. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1cc579cb00
commit
c8b9021004
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ class TestException < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_thread_signal_location
|
def test_thread_signal_location
|
||||||
_, stderr, _ = EnvUtil.invoke_ruby("--disable-gems -d", <<-RUBY, false, true)
|
_, stderr, _ = EnvUtil.invoke_ruby(%w"--disable-gems -d", <<-RUBY, false, true)
|
||||||
Thread.start do
|
Thread.start do
|
||||||
begin
|
begin
|
||||||
Process.kill(:INT, $$)
|
Process.kill(:INT, $$)
|
||||||
|
|
Loading…
Reference in a new issue