[rubygems/rubygems] Remove kludge that should be unnecessary.

https://github.com/rubygems/rubygems/commit/f1d44ecb62
This commit is contained in:
Ellen Marie Dash 2023-09-30 19:18:51 -04:00 committed by Hiroshi SHIBATA
parent 724398cce6
commit 45a5ea5a0a

View File

@ -151,7 +151,7 @@ class TestGemInstallUpdateOptions < Gem::InstallerTestCase
Gem.use_paths @gemhome, @userhome Gem.use_paths @gemhome, @userhome
assert_raise(Gem::FilePermissionError, Errno::EACCES) do assert_raise(Gem::FilePermissionError) do
Gem::Installer.at(@gem, @cmd.options).install Gem::Installer.at(@gem, @cmd.options).install
end end
end end