diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-01-26 00:00:38 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-01-26 00:00:38 +0000 |
commit | 46c8b826fde1093c5b41e987ac8b0c8ea3eaaf40 (patch) | |
tree | ff6406dbda0bbcd580f8b6297f5b86924c071df8 /test/ruby/test_rubyoptions.rb | |
parent | 37679ee584e409088a2f083594e3c4ccba486e13 (diff) |
don't gnerate core file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
-rw-r--r-- | test/ruby/test_rubyoptions.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 771d7cdfff..7e115bfba3 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -343,6 +343,8 @@ class TestRubyOptions < Test::Unit::TestCase You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n Bug\sreports\sare\swelcome.\n For\sdetails:\shttps:\/\/2.zoppoz.workers.dev:443\/http\/www.ruby-lang.org/bugreport.html\n\n\z - )x) + )x, + nil, + :rlimit_core=>0) end end |