aboutsummaryrefslogtreecommitdiffstats
path: root/test/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner.rb')
-rw-r--r--test/runner.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runner.rb b/test/runner.rb
index 4ed6f31a35..2eff70ec52 100644
--- a/test/runner.rb
+++ b/test/runner.rb
@@ -18,6 +18,7 @@ File.foreach(srcdir + "/defs/default_gems") do |line|
end
default_gems |= (ENV["GEM_SKIP"] || '').split(/:/)
ENV["GEM_SKIP"] = default_gems.join(':')
+ENV["GEM_HOME"] = ENV["GEM_PATH"] = "".freeze
require_relative 'profile_test_all' if ENV['RUBY_TEST_ALL_PROFILE'] == 'true'