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:
parent
20061dad6a
commit
f9fc9298a0
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ class TestRubyOptions < Test::Unit::TestCase
|
|||
'-e', 'Process.kill :SEGV, $$',
|
||||
'-C', tmpdir,
|
||||
],
|
||||
"", [], /#<Bogus:/,
|
||||
"", [], //,
|
||||
nil,
|
||||
opts)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue