mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_path.rb (test_path): get rid of blocking on
access to non-existent host. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
67190ad100
commit
9085032099
3 changed files with 9 additions and 4 deletions
|
@ -35,8 +35,8 @@ class TestPath < Test::Unit::TestCase
|
|||
assert_equal("/sub", File.expand_path("sub", "/"))
|
||||
end
|
||||
if dosish
|
||||
assert_equal("//machine/share", File.expand_path("/", "//machine/share/sub"))
|
||||
assert_equal("//machine/share/dir", File.expand_path("/dir", "//machine/share/sub"))
|
||||
assert_equal("//127.0.0.1/share", File.expand_path("/", "//127.0.0.1/share/sub"))
|
||||
assert_equal("//127.0.0.1/share/dir", File.expand_path("/dir", "//127.0.0.1/share/sub"))
|
||||
assert_equal("z:/", File.expand_path("/", "z:/sub"))
|
||||
assert_equal("z:/dir", File.expand_path("/dir", "z:/sub"))
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue