* test/rubygems/test_gem_ext_builder.rb: Fix warning due to ambiguous
expression. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cb8be30ef1
commit
e5eb6e9a3b
@ -1,3 +1,8 @@
|
||||
Sun Dec 22 11:08:47 2013 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* test/rubygems/test_gem_ext_builder.rb: Fix warning due to ambiguous
|
||||
expression.
|
||||
|
||||
Sun Dec 22 11:05:53 2013 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/rubygems/commands/install_command.rb: Restore gem install
|
||||
|
@ -228,7 +228,7 @@ install:
|
||||
|
||||
assert_match %r%#{Regexp.escape Gem.ruby} extconf\.rb%,
|
||||
File.read(gem_make_out)
|
||||
assert_match /: No such file/,
|
||||
assert_match %r%: No such file%,
|
||||
File.read(gem_make_out)
|
||||
|
||||
refute_path_exists @spec.gem_build_complete_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user