aboutsummaryrefslogtreecommitdiffstats
path: root/test/rinda
diff options
context:
space:
mode:
Diffstat (limited to 'test/rinda')
-rw-r--r--test/rinda/test_rinda.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb
index 2c2c099a74..0b870a6bec 100644
--- a/test/rinda/test_rinda.rb
+++ b/test/rinda/test_rinda.rb
@@ -623,6 +623,7 @@ class TestRingServer < Test::Unit::TestCase
@server = DRb.start_service("druby://localhost:0")
end
def teardown
+ @rs.shutdown
# implementation-dependent
@ts.instance_eval{
if th = @keeper
@@ -630,7 +631,6 @@ class TestRingServer < Test::Unit::TestCase
th.join
end
}
- @rs.shutdown
@server.stop_service
end