From 34fb7d783045dd4bb7b6dd49e6a1e922b7b947ff Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 12 Dec 2012 03:12:37 +0000 Subject: Specify rlimits_core to prevent making core file Stable fix for r38041. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_rubyoptions.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 9e8978fd05..12879c3b8b 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -513,7 +513,9 @@ class TestRubyOptions < Test::Unit::TestCase status = assert_in_out_err(['-e', 'class Bogus; def to_str; exit true; end; end', '-e', '$".unshift Bogus.new', '-e', 'Process.kill :SEGV, $$'], - "", //, /#