Actions
Bug #5114
closedrake's tests imply the binary name of ruby
    Bug #5114:
    rake's tests imply the binary name of ruby
  
Description
As Jeremy reported on [ruby-core:38530], current rake tests imply the binary name of ruby as "ruby".
They should use /#{Regexp.quote(RUBY)} -e/ as znz says on [ruby-core:38579].
Files
        
          
          Updated by jeremyevans0 (Jeremy Evans) over 14 years ago
          
          
        
        
      
      - File test-rake.diff test-rake.diff added
 
Here's the patch I'm using to fix the rake test issues.
        
          
          Updated by drbrain (Eric Hodel) over 14 years ago
          
          
        
        
      
      - Status changed from Assigned to Closed
 - % Done changed from 0 to 100
 
This issue was solved with changeset r32797.
Yui, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- test/rake/test_rake_functional.rb:  Don't assume the binary name of
ruby is "ruby". [Ruby 1.9 - Bug #5114]- test/rake/helper.rb: ditto
 
 
Actions