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:
parent
e960cf417a
commit
eb636217f6
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue