summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-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 9c1836dffb..e0a86b75b1 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -280,7 +280,7 @@ class TestProcess < Test::Unit::TestCase
when /linux/
MANDATORY_ENVS << 'LD_PRELOAD'
when /mswin|mingw/
- MANDATORY_ENVS.concat(%w[HOME USER TMPDIR])
+ MANDATORY_ENVS.concat(%w[HOME USER TMPDIR PROCESSOR_ARCHITECTURE])
when /darwin/
MANDATORY_ENVS.concat(ENV.keys.grep(/\A__CF_/))
end