aboutsummaryrefslogtreecommitdiffstats
path: root/test/drb/ut_eval.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/drb/ut_eval.rb')
-rw-r--r--test/drb/ut_eval.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/drb/ut_eval.rb b/test/drb/ut_eval.rb
index 4df963e7cd..8129f90897 100644
--- a/test/drb/ut_eval.rb
+++ b/test/drb/ut_eval.rb
@@ -26,6 +26,6 @@ if __FILE__ == $0
$SAFE = 1
DRb.start_service('druby://localhost:0', EvalAttack.new, {:safe_level => 2})
- es = DRb::ExtServ.new(ARGV.shift, ARGV.shift)
+ DRb::ExtServ.new(ARGV.shift, ARGV.shift)
DRb.thread.join
end