summaryrefslogtreecommitdiff
path: root/test/socket/test_unix.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/socket/test_unix.rb')
-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 61b55c5a5d..d3b17450f1 100644
--- a/test/socket/test_unix.rb
+++ b/test/socket/test_unix.rb
@@ -7,7 +7,7 @@ require "test/unit"
require "tempfile"
require "tmpdir"
-class TestUNIXSocket < Test::Unit::TestCase
+class TestSocket_UNIXSocket < Test::Unit::TestCase
def test_fd_passing
r1, w = IO.pipe
s1, s2 = UNIXSocket.pair