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
@ -296,7 +296,7 @@ class TestUNIXSocket < Test::Unit::TestCase
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_linux_cred
|
def test_cred_linux
|
||||||
return if /linux/ !~ RUBY_PLATFORM
|
return if /linux/ !~ RUBY_PLATFORM
|
||||||
Dir.mktmpdir {|d|
|
Dir.mktmpdir {|d|
|
||||||
sockpath = "#{d}/sock"
|
sockpath = "#{d}/sock"
|
||||||
@ -313,7 +313,7 @@ class TestUNIXSocket < Test::Unit::TestCase
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_netbsd_cred
|
def test_cred_netbsd
|
||||||
return if /netbsd/ !~ RUBY_PLATFORM
|
return if /netbsd/ !~ RUBY_PLATFORM
|
||||||
Dir.mktmpdir {|d|
|
Dir.mktmpdir {|d|
|
||||||
sockpath = "#{d}/sock"
|
sockpath = "#{d}/sock"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user