aboutsummaryrefslogtreecommitdiffstats
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 0f68ac1649..db822db01e 100644
--- a/test/drb/ut_eq.rb
+++ b/test/drb/ut_eq.rb
@@ -25,6 +25,6 @@ if __FILE__ == $0
end
DRb.start_service('druby://localhost:0', Bar.new)
- es = DRb::ExtServ.new(ARGV.shift, ARGV.shift)
+ DRb::ExtServ.new(ARGV.shift, ARGV.shift)
DRb.thread.join
end