summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-12 02:36:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-12 02:36:20 +0000
commitf9fc9298a0d358bf4612d5db0faac59ce85a54b6 (patch)
treeb63af77c2b1523bdb6fc72e061410bb71823bf48 /test
parent20061dad6ada92327b64f0dcf4866eeaaca8744e (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_rubyoptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb
index ae4dae6243..6816d19937 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -555,7 +555,7 @@ class TestRubyOptions < Test::Unit::TestCase
'-e', 'Process.kill :SEGV, $$',
'-C', tmpdir,
],
- "", [], /#<Bogus:/,
+ "", [], //,
nil,
opts)
end