aboutsummaryrefslogtreecommitdiffstats
path: root/test/rinda
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-26 00:06:45 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-26 00:06:45 +0000
commit0f1265899513a96acd6119e204df3985f8887a1a (patch)
tree4b6d3f2d2fc16b24faba8724ca68417f9adf8010 /test/rinda
parent0779f743d7394cde7ea9bdf3c19166c8a090c535 (diff)
downloadruby-0f1265899513a96acd6119e204df3985f8887a1a.tar.gz
fix missing assignment in r42174
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 b275f7ec3a..2bda9cc363 100644
--- a/test/rinda/test_rinda.rb
+++ b/test/rinda/test_rinda.rb
@@ -682,7 +682,7 @@ class TestRingFinger < Test::Unit::TestCase
end
def test_make_socket_ipv6_multicast_hops
- prepare_ipv6(@rf)
+ ifaddr = prepare_ipv6(@rf)
@rf.multicast_hops = 2
begin
v6mc = @rf.make_socket("ff02::1")