From 63a85806949106e970375938722a88e72d9f43f7 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 1 Apr 2010 11:29:35 +0000 Subject: fix path to bin/rake from the test utility file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/gemutilities.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rubygems') diff --git a/test/rubygems/gemutilities.rb b/test/rubygems/gemutilities.rb index 965d898abc..9c831917d8 100644 --- a/test/rubygems/gemutilities.rb +++ b/test/rubygems/gemutilities.rb @@ -566,7 +566,7 @@ Also, a list: @@ruby = rubybin env_rake = ENV['rake'] - ruby19_rake = File.expand_path("../../../bin/rake", __FILE__) + ruby19_rake = File.expand_path("../../bin/rake", __FILE__) @@rake = if env_rake then ENV["rake"] elsif File.exist? ruby19_rake then -- cgit v1.2.3