[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 55840d0a33
commit acd428c823
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

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