ruby-changes:53378
From: k0kubun <ko1@a...>
Date: Wed, 7 Nov 2018 16:15:36 +0900 (JST)
Subject: [ruby-changes:53378] k0kubun:r65594 (trunk): test_process.rb: avoid test failure by r65588
k0kubun 2018-11-07 16:15:33 +0900 (Wed, 07 Nov 2018) New Revision: 65594 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65594 Log: test_process.rb: avoid test failure by r65588 on macOS. https://travis-ci.org/ruby/ruby/jobs/451709313 Modified files: trunk/test/ruby/test_process.rb Index: test/ruby/test_process.rb =================================================================== --- test/ruby/test_process.rb (revision 65593) +++ test/ruby/test_process.rb (revision 65594) @@ -271,6 +271,7 @@ class TestProcess < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L271 MANDATORY_ENVS.concat(%w[HOME USER TMPDIR]) when /darwin/ MANDATORY_ENVS.concat(ENV.keys.grep(/\A__CF_/)) + MANDATORY_ENVS.concat(['MJIT_SEARCH_BUILD_DIR', 'DYLD_INSERT_LIBRARIES']) # set on tool/runruby.rb (ruby-runner.c) end if e = RbConfig::CONFIG['LIBPATHENV'] MANDATORY_ENVS << e -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/