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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/drb/ut_eq.rb b/test/drb/ut_eq.rb
index 330af95289..0f68ac1649 100644
--- a/test/drb/ut_eq.rb
+++ b/test/drb/ut_eq.rb
@@ -24,7 +24,7 @@ if __FILE__ == $0
it
end
- DRb.start_service('druby://:0', Bar.new)
+ DRb.start_service('druby://localhost:0', Bar.new)
es = DRb::ExtServ.new(ARGV.shift, ARGV.shift)
DRb.thread.join
end