summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2023-02-21 13:06:35 -0800
committergit <svn-admin@ruby-lang.org>2023-02-22 08:42:20 +0000
commita17b1b19b151c82319c244f3955101a4c9bffc0f (patch)
treef9e53c40f7371d9bb928f0d17f2269e45432e332 /test
parent0ca3a095be988c6382e92240118384a8028a5c6d (diff)
[rubygems/rubygems] Always join with a string
Gem.path_separator can also be a regexp... https://github.com/rubygems/rubygems/commit/7e6e56a5f3
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/test_gem_commands_exec_command.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_commands_exec_command.rb b/test/rubygems/test_gem_commands_exec_command.rb
index 40f6bf0b09..8af521b306 100644
--- a/test/rubygems/test_gem_commands_exec_command.rb
+++ b/test/rubygems/test_gem_commands_exec_command.rb
@@ -270,6 +270,7 @@ class TestGemCommandsExecCommand < Gem::TestCase
use_ui @ui do
util_set_arch "unknown-unknown"
invoke "a"
+ assert_empty @ui.error
assert_equal "Building native extensions. This could take a while...\na-2\nsometimes_used-2\nwith_platform-2\n", @ui.output
end