mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_gem_installer.rb: fix a test failure
* test/rubygems/test_gem_installer.rb (test_install_extension_flat): use ruby in build directory in case ruby is not installed. [ruby-core:53265] [Bug #8058] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8ad8407e60
commit
274f1c8806
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Jun 24 22:06:14 2013 Hiroshi Shirosaki <h.shirosaki@gmail.com>
|
||||
|
||||
* test/rubygems/test_gem_installer.rb (test_install_extension_flat):
|
||||
use ruby in build directory in case ruby is not installed.
|
||||
[ruby-core:53265] [Bug #8058]
|
||||
|
||||
Mon Jun 24 22:04:02 2013 Hiroshi Shirosaki <h.shirosaki@gmail.com>
|
||||
|
||||
* ext/dl/cfunc.c (rb_dlcfunc_call): fix conversion from Bignum to
|
||||
|
|
|
@ -1073,6 +1073,7 @@ gem 'other', version
|
|||
|
||||
CONFIG['CC'] = '$(TOUCH) $@ ||'
|
||||
CONFIG['LDSHARED'] = '$(TOUCH) $@ ||'
|
||||
$ruby = '#{Gem.ruby}'
|
||||
|
||||
create_makefile("#{@spec.name}")
|
||||
RUBY
|
||||
|
|
Loading…
Reference in a new issue