aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/socket/test_unix.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/socket/test_unix.rb b/test/socket/test_unix.rb
index 4d6aa23e40..d31999bfd4 100644
--- a/test/socket/test_unix.rb
+++ b/test/socket/test_unix.rb
@@ -296,7 +296,7 @@ class TestUNIXSocket < Test::Unit::TestCase
}
end
- def test_linux_cred
+ def test_cred_linux
return if /linux/ !~ RUBY_PLATFORM
Dir.mktmpdir {|d|
sockpath = "#{d}/sock"
@@ -313,7 +313,7 @@ class TestUNIXSocket < Test::Unit::TestCase
}
end
- def test_netbsd_cred
+ def test_cred_netbsd
return if /netbsd/ !~ RUBY_PLATFORM
Dir.mktmpdir {|d|
sockpath = "#{d}/sock"