1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_rubyoptions.rb: just check if aborted

* test/ruby/test_rubyoptions.rb (test_segv_loaded_features):
  ignore message at segv, just check if aborted.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-02-12 02:36:20 +00:00
parent 20061dad6a
commit f9fc9298a0

View file

@ -555,7 +555,7 @@ class TestRubyOptions < Test::Unit::TestCase
'-e', 'Process.kill :SEGV, $$', '-e', 'Process.kill :SEGV, $$',
'-C', tmpdir, '-C', tmpdir,
], ],
"", [], /#<Bogus:/, "", [], //,
nil, nil,
opts) opts)
end end