summaryrefslogtreecommitdiff
path: root/tool/test
diff options
context:
space:
mode:
Diffstat (limited to 'tool/test')
-rw-r--r--tool/test/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/test/runner.rb b/tool/test/runner.rb
index c629943090..335fe65fd4 100644
--- a/tool/test/runner.rb
+++ b/tool/test/runner.rb
@@ -18,6 +18,6 @@ when __FILE__
when "-e"
# No default directory
else
- dir = File.expand_path("..", $0)
+ dir = File.realdirpath("..", $0)
end
exit Test::Unit::AutoRunner.run(true, dir)