diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-12 16:18:52 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-12 16:18:52 +0000 |
commit | 3c529cf5f50376c72a526925338ed998e241202f (patch) | |
tree | cdb5821bf2c8fd0421835e99dc23ba1aef466c5a | |
parent | 49f62d73b8a8428cf6349ad83c2632ba7a44b59a (diff) |
fix a test for Debian GNU/Linux squeeze (armel)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | test/ruby/test_rubyoptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 1556af654e..47a81074a6 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -338,7 +338,7 @@ class TestRubyOptions < Test::Unit::TestCase -e:1:in\s`kill'\n\n (?: --\sC\slevel\sbacktrace\sinformation\s-------------------------------------------\n - (?:.*\s\[0x\h+\]\n)*\n + (?:(?:.*\s)?\[0x\h+\]\n)*\n )? \[NOTE\]\n You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n |