1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

RubyGems patches by Yusuke ENDOH [ruby-core:17442], [ruby-core:17444].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2008-06-30 18:46:21 +00:00
parent fd77e489f2
commit 5c8ab4d9c2
3 changed files with 11 additions and 2 deletions

View file

@ -47,9 +47,9 @@ class TestGemExtConfigureBuilder < RubyGemTestCase
end
end
shell_error_msg = %r{(\./configure: No such file or directory)|(Can't open \./configure)}
shell_error_msg = %r{(\./configure: .*)|(Can't open \./configure)}
sh_prefix_configure = "sh ./configure --prefix="
expected = %r(configure failed:
#{Regexp.escape sh_prefix_configure}#{Regexp.escape @dest_path}