aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/socket/test_unix.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/socket/test_unix.rb b/test/socket/test_unix.rb
index b1dcc813e7..e206339db0 100644
--- a/test/socket/test_unix.rb
+++ b/test/socket/test_unix.rb
@@ -540,7 +540,7 @@ class TestSocket_UNIXSocket < Test::Unit::TestCase
ENV['TMP'] = File.join(Dir.tmpdir, "äöü€")
FileUtils.mkdir_p ENV['TMP']
- s1, s2 = UNIXSocket.pair
+ s1, = UNIXSocket.pair
assert !s1.path.empty?
assert !File.exist?(s1.path)
ensure