summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2025-10-06 17:17:14 -0400
committerPeter Zhu <peter@peterzhu.ca>2025-10-08 17:27:31 -0400
commit86d97331da420069b257c5af8f32ead3a2474cc1 (patch)
treec518686c505957e8dc78a5090412970a6ada6909 /test/ruby/test_process.rb
parent5b8f47fa64735fb5ee8c0e82eae3a9704ab4efbd (diff)
Add RUBY_FREE_AT_EXIT to MANDATORY_ENVS in test_process.rb
We need to keep RUBY_FREE_AT_EXIT in these tests.
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 221ff37c6b..7cea0b3a70 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -280,7 +280,7 @@ class TestProcess < Test::Unit::TestCase
end;
end
- MANDATORY_ENVS = %w[RUBYLIB GEM_HOME GEM_PATH]
+ MANDATORY_ENVS = %w[RUBYLIB GEM_HOME GEM_PATH RUBY_FREE_AT_EXIT]
case RbConfig::CONFIG['target_os']
when /linux/
MANDATORY_ENVS << 'LD_PRELOAD'