From 01abc2f79e770df5e6cc75a4610f4831ff0b5bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 10 Oct 2024 22:00:05 +0200 Subject: [PATCH] [rubygems/rubygems] Check that the binstub was actually reset https://github.com/rubygems/rubygems/commit/d46fca6126 --- test/rubygems/test_gem_commands_pristine_command.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/rubygems/test_gem_commands_pristine_command.rb b/test/rubygems/test_gem_commands_pristine_command.rb index 2a715921b3..46c06db014 100644 --- a/test/rubygems/test_gem_commands_pristine_command.rb +++ b/test/rubygems/test_gem_commands_pristine_command.rb @@ -655,6 +655,8 @@ class TestGemCommandsPristineCommand < Gem::TestCase @ui.output.split("\n") ) assert_empty(@ui.error) + + refute_includes "ruby_executable_hooks", File.read(exe) end def test_execute_multi_platform