From: Jeremy Evans Date: 2011-07-30T03:25:09+09:00 Subject: [ruby-core:38601] [Ruby 1.9 - Bug #5114] rake's tests imply the binary name of ruby Issue #5114 has been updated by Jeremy Evans. File test-rake.diff added Here's the patch I'm using to fix the rake test issues. ---------------------------------------- Bug #5114: rake's tests imply the binary name of ruby http://redmine.ruby-lang.org/issues/5114 Author: Yui NARUSE Status: Assigned Priority: Normal Assignee: Eric Hodel Category: lib Target version: 1.9.3 ruby -v: ruby 1.9.4dev (2011-07-28 trunk 32725) [x86_64-freebsd8.2] 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]. -- http://redmine.ruby-lang.org