fix r60281
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1ec8694c9e
commit
4c6eb271dd
@ -309,7 +309,7 @@ class TestFileUtils < Test::Unit::TestCase
|
|||||||
chmod 0755, 'tmp/cptmp'
|
chmod 0755, 'tmp/cptmp'
|
||||||
cp 'tmp/cptmp', 'tmp/cptmp2'
|
cp 'tmp/cptmp', 'tmp/cptmp2'
|
||||||
|
|
||||||
assert_equal_filemode('tmp/cptmp', 'tmp/cptmp2', bug4507, ~File.umask)
|
assert_equal_filemode('tmp/cptmp', 'tmp/cptmp2', bug4507, mask: ~File.umask)
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_cp_preserve_permissions_dir
|
def test_cp_preserve_permissions_dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user