Skip to content

Commit

Permalink
* test/ruby/test_exception.rb: fix bad spawn argument (multiple
Browse files Browse the repository at this point in the history
  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
  • Loading branch information
headius committed Feb 23, 2016
1 parent 1cc579c commit c8b9021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_exception.rb
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def test_errat
end

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
begin
Process.kill(:INT, $$)
Expand Down

0 comments on commit c8b9021

Please sign in to comment.