diff options
-rw-r--r-- | lib/rubygems/installer.rb | 3 | ||||
-rw-r--r-- | test/rubygems/test_gem_installer.rb | 28 |
2 files changed, 30 insertions, 1 deletions
@@ -546,7 +546,8 @@ class Gem::Installer file.write app_script_text(filename) file.chmod(options[:prog_mode] || 0o755) end - File.unlink(lock.path) end verbose bin_script_path @@ -1234,6 +1234,34 @@ end assert_path_not_exist(File.join(installer.bin_dir, "executable.lock")) end def test_install_with_no_prior_files installer = util_setup_installer |