summaryrefslogtreecommitdiff
path: root/test/drb/ut_eq.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/drb/ut_eq.rb')
-rw-r--r--test/drb/ut_eq.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/drb/ut_eq.rb b/test/drb/ut_eq.rb
index db822db01e..7a0e04126c 100644
--- a/test/drb/ut_eq.rb
+++ b/test/drb/ut_eq.rb
@@ -25,6 +25,7 @@ if __FILE__ == $0
end
DRb.start_service('druby://localhost:0', Bar.new)
- DRb::ExtServ.new(ARGV.shift, ARGV.shift)
+ es = DRb::ExtServ.new(ARGV.shift, ARGV.shift)
DRb.thread.join
+ es.stop_service if es.alive?
end