1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test renamed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-02-08 11:37:39 +00:00
parent e960cf417a
commit eb636217f6

View file

@ -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"