summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/drb/drbtest.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/drb/drbtest.rb b/test/drb/drbtest.rb
index cb553eee59..ac0f5c6be9 100644
--- a/test/drb/drbtest.rb
+++ b/test/drb/drbtest.rb
@@ -76,7 +76,7 @@ module DRbCore
while (@there&&@there.to_s rescue nil)
# nop
end
- signal = /mswin|mingw/ =~ RUBY_PLATFORM ? :INT : :TERM
+ signal = /mswin|mingw/ =~ RUBY_PLATFORM ? :KILL : :TERM
Thread.list.each {|th|
if th.respond_to?(:pid) && th[:drb_service] == @service_name
begin
@@ -297,7 +297,7 @@ module DRbAry
while (@there&&@there.to_s rescue nil)
# nop
end
- signal = /mswin|mingw/ =~ RUBY_PLATFORM ? :INT : :TERM
+ signal = /mswin|mingw/ =~ RUBY_PLATFORM ? :KILL : :TERM
Thread.list.each {|th|
if th.respond_to?(:pid) && th[:drb_service] == @service_name
begin