aboutsummaryrefslogtreecommitdiffstats
path: root/test/rake/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rake/helper.rb')
-rw-r--r--test/rake/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rake/helper.rb b/test/rake/helper.rb
index b54390e0b8..288ff0e3b2 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 = File.expand_path('../../..', __FILE__)
+ @orig_PWD = Dir.pwd
@orig_APPDATA = ENV['APPDATA']
@orig_HOME = ENV['HOME']
@orig_HOMEDRIVE = ENV['HOMEDRIVE']