mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merges r21112 from trunk into ruby_1_9_1.
* test/rubygems/test_ext_configure_builder.rb (test_self_build_fail): Extends pattern for FreeBSD's error message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
524ec326e2
commit
3dd5483f90
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Dec 28 17:21:36 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* test/rubygems/test_ext_configure_builder.rb (test_self_build_fail):
|
||||
Extends pattern for FreeBSD's error message.
|
||||
|
||||
Sun Dec 28 12:24:14 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* thread.c (mutex_free, mutex_unlock): add qualifiers.
|
||||
|
|
|
@ -46,7 +46,7 @@ class TestGemExtConfigureBuilder < RubyGemTestCase
|
|||
end
|
||||
end
|
||||
|
||||
shell_error_msg = %r{(\./configure: .*)|(Can't open \./configure)}
|
||||
shell_error_msg = %r{(\./configure: .*)|(Can't open \./configure(?:: No such file or directory)?)}
|
||||
sh_prefix_configure = "sh ./configure --prefix="
|
||||
|
||||
expected = %r(configure failed:
|
||||
|
|
Loading…
Add table
Reference in a new issue