ruby-changes:14789
From: akr <ko1@a...>
Date: Sat, 13 Feb 2010 01:22:56 +0900 (JST)
Subject: [ruby-changes:14789] Ruby:r26651 (trunk): fix a test for Debian GNU/Linux squeeze (armel)
akr 2010-02-13 01:18:52 +0900 (Sat, 13 Feb 2010) New Revision: 26651 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26651 Log: fix a test for Debian GNU/Linux squeeze (armel) Modified files: trunk/test/ruby/test_rubyoptions.rb Index: test/ruby/test_rubyoptions.rb =================================================================== --- test/ruby/test_rubyoptions.rb (revision 26650) +++ test/ruby/test_rubyoptions.rb (revision 26651) @@ -338,7 +338,7 @@ -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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/