[rubygems/rubygems] Resolve cleaned-up error with temporary gemhome

https://github.com/rubygems/rubygems/commit/623162ad2b
This commit is contained in:
Hiroshi SHIBATA 2022-02-22 11:58:54 +09:00 коммит произвёл git
Родитель 7d81ee42ba
Коммит a49aae2c5e
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -274,6 +274,8 @@ class TestGemCommandsSetupCommand < Gem::TestCase
spec.executables.each do |e|
assert_path_exist File.join destdir, @gemhome.gsub(/^[a-zA-Z]:/, ''), 'gems', spec.full_name, spec.bindir, e
end
ensure
FileUtils.chmod "+w", @gemhome
end
def test_install_default_bundler_gem_with_destdir_and_prefix_flags