Skip to content

Commit 095dcd6

Browse files
committed
fix parallel test issues with rake test [Bug ruby#9211]
1 parent 93723e1 commit 095dcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rake/test_rake_functional.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def test_file_list_is_requirable_separately
414414
end
415415

416416
def can_detect_signals?
417-
system "ruby -e 'Process.kill \"TERM\", $$'"
417+
system RUBY, '-e', 'Process.kill "TERM", $$'
418418
status = $?
419419
if @verbose
420420
puts " SIG status = #{$?.inspect}"

0 commit comments

Comments
 (0)