diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-07-19 11:59:35 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-07-30 14:01:32 +0000 |
| commit | 3d248b2eb3d2b10f9d2ddf614485ceb35089f924 (patch) | |
| tree | ce6399b0916a0a34ef7c6b661c90813ff7ea062d /test | |
| parent | ec13ccdf53b327957156a2829064270863b0e309 (diff) | |
[rubygems/rubygems] Always leave default gem executables around
https://github.com/rubygems/rubygems/commit/775c35e197
Diffstat (limited to 'test')
| -rw-r--r-- | test/rubygems/test_gem_commands_uninstall_command.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_commands_uninstall_command.rb b/test/rubygems/test_gem_commands_uninstall_command.rb index 81fadfcb99..5bbb5856a6 100644 --- a/test/rubygems/test_gem_commands_uninstall_command.rb +++ b/test/rubygems/test_gem_commands_uninstall_command.rb @@ -102,6 +102,7 @@ class TestGemCommandsUninstallCommand < Gem::InstallerTestCase end assert File.exist? File.join(@gemhome, "bin", "executable") + assert File.exist? File.join(@gemhome, "gems", "z-1", "bin", "executable") output = @ui.output.split "\n" |
