Project

General

Profile

Actions

Bug #5114

closed

rake's tests imply the binary name of ruby

Added by naruse (Yui NARUSE) over 12 years ago. Updated over 12 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.4dev (2011-07-28 trunk 32725) [x86_64-freebsd8.2]
Backport:
[ruby-core:38597]

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

test-rake.diff (2.7 KB) test-rake.diff jeremyevans0 (Jeremy Evans), 07/30/2011 03:25 AM

Updated by jeremyevans0 (Jeremy Evans) over 12 years ago

Here's the patch I'm using to fix the rake test issues.

Actions #2

Updated by drbrain (Eric Hodel) over 12 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

Also available in: Atom PDF

Like0
Like0Like0