summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
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 e4d36f075b..75374624ef 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -2017,7 +2017,7 @@ EOS
end
def test_deadlock_by_signal_at_forking
- assert_separately(["-", EnvUtil.rubybin], <<-INPUT, timeout: 60)
+ assert_separately(["-", RUBY], <<-INPUT, timeout: 60)
ruby = ARGV.shift
GC.start # reduce garbage
GC.disable # avoid triggering CoW after forks