[rubygems/rubygems] Remove kludge that should be unnecessary.
https://github.com/rubygems/rubygems/commit/f1d44ecb62
This commit is contained in:
parent
724398cce6
commit
45a5ea5a0a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user