From 48aab9e032f7deca5ccc994356428c86f75ef2f7 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 16 Nov 2012 01:25:46 +0000 Subject: * test/rake/helper.rb (Rake::TestCase#setup): @orig_PWD shouldn't be Dir.pwd when the build directory is different from source directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rake/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/rake/helper.rb b/test/rake/helper.rb index 288ff0e3b2..b54390e0b8 100644 --- a/test/rake/helper.rb +++ b/test/rake/helper.rb @@ -31,7 +31,7 @@ class Rake::TestCase < MiniTest::Unit::TestCase def setup ARGV.clear - @orig_PWD = Dir.pwd + @orig_PWD = File.expand_path('../../..', __FILE__) @orig_APPDATA = ENV['APPDATA'] @orig_HOME = ENV['HOME'] @orig_HOMEDRIVE = ENV['HOMEDRIVE'] -- cgit v1.2.3