summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2024-08-29 18:26:42 +0200
committergit <[email protected]>2024-09-09 08:46:01 +0000
commit72e80c8f29c7da37039e16f403814aa7fedc7754 (patch)
treed8877a216e06e82d052bd7842e652227fd9640fa /test
parenta304fe00f3db3719f7dbb6942e7e65e49d760c48 (diff)
[rubygems/rubygems] Make `gem exec` use the standard GEM_HOME
https://github.com/rubygems/rubygems/commit/032b3c518a
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/test_gem_commands_exec_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_exec_command.rb b/test/rubygems/test_gem_commands_exec_command.rb
index 8d9c810d59..fd48ce73ca 100644
--- a/test/rubygems/test_gem_commands_exec_command.rb
+++ b/test/rubygems/test_gem_commands_exec_command.rb
@@ -749,7 +749,7 @@ class TestGemCommandsExecCommand < Gem::TestCase
assert_match(/\A\s*\** LOCAL GEMS \**\s*\z/m, @ui.output)
invoke "gem", "env", "GEM_HOME"
- assert_equal "#{@gem_home}/gem_exec\n", @ui.output
+ assert_equal "#{@gem_home}\n", @ui.output
end
end