summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_thread.rb')
-rw-r--r--test/ruby/test_thread.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb
index 64d9577c08..ec3901e2ac 100644
--- a/test/ruby/test_thread.rb
+++ b/test/ruby/test_thread.rb
@@ -692,7 +692,7 @@ class TestThreadGroup < Test::Unit::TestCase
t0 = Time.now.to_f
pid = spawn(EnvUtil.rubybin, '-e', 'r,=IO.pipe;r.read')
sleep 1;
- Process.kill(:SIGQUIT, pid)
+ Process.kill(:SIGINT, pid)
Process.wait(pid)
s = $?
assert_equal([false, true, false],