* test/fileutils/test_fileutils.rb (test_mkdir_p): test expand_path'ed path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d44d45450f
commit
4f95ee2458
@ -517,6 +517,11 @@ end
|
||||
assert_directory d
|
||||
end
|
||||
rm_rf 'tmpdir'
|
||||
dirs.each do |d|
|
||||
mkdir_p File.expand_path(d)
|
||||
assert_directory d
|
||||
end
|
||||
rm_rf 'tmpdir'
|
||||
|
||||
mkdir_p 'tmp/tmp/tmp', :mode => 0700
|
||||
assert_directory 'tmp/tmp'
|
||||
|
Loading…
x
Reference in New Issue
Block a user