From: Yui NARUSE Date: 2011-07-29T16:21:43+09:00 Subject: [ruby-core:38597] [Ruby 1.9 - Bug #5114][Assigned] rake's tests imply the binary name of ruby Issue #5114 has been reported by Yui NARUSE. ---------------------------------------- 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