aboutsummaryrefslogtreecommitdiffstats
path: root/test/drb/ut_array.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/drb/ut_array.rb')
-rw-r--r--test/drb/ut_array.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/drb/ut_array.rb b/test/drb/ut_array.rb
index 8ff001dd9f..e9b0f1a2fa 100644
--- a/test/drb/ut_array.rb
+++ b/test/drb/ut_array.rb
@@ -9,7 +9,7 @@ if __FILE__ == $0
end
DRb.start_service('druby://localhost:0', [1, 2, 'III', 4, "five", 6])
- es = DRb::ExtServ.new(ARGV.shift, ARGV.shift)
+ DRb::ExtServ.new(ARGV.shift, ARGV.shift)
DRb.thread.join
end