* test/rubygems/test_gem_commands_pristine_command.rb (setup):
  clear post_install hook to fix failures when running parallel to
  test_gem_commands_install_command.rb with -j option.

* test/rubygems/test_gem_commands_uninstall_command.rb (setup):
  ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-08-13 14:43:14 +00:00
Родитель b0f2785d6c
Коммит bcf1fcfeb2
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -5,6 +5,8 @@ class TestGemCommandsPristineCommand < Gem::TestCase
def setup
super
common_installer_setup
@cmd = Gem::Commands::PristineCommand.new
end

Просмотреть файл

@ -5,6 +5,7 @@ class TestGemCommandsUninstallCommand < Gem::InstallerTestCase
def setup
super
common_installer_setup
build_rake_in do
use_ui @ui do