aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--test/ruby/test_process.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff00be87a1..105b9a3af9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 15 23:40:32 2015 Naohisa Goto <ngotogenome@gmail.com>
+
+ * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):
+ use RUBY (= EnvUtil.rubybin)
+
Wed Jul 15 23:01:22 2015 Naohisa Goto <ngotogenome@gmail.com>
* process.c (redirect_close, parent_redirect_close): should not close
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