* 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/trunk@21112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0c0e31175a
commit
faa2987d54
@ -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 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
|
||||
|
||||
* ext/dl/test/test_dl2.rb: modify strncpy, strcpy, qsort, types.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user