summaryrefslogtreecommitdiff
path: root/test/lib/test/unit
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-05 16:18:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-05 16:18:14 +0000
commitecb6ea2a34d1a8de13814f2b7205e49d3e5f270c (patch)
treef4b462a1cfb8cf0029c31652de2f13441396aa0d /test/lib/test/unit
parent9b37b750bd1312413c0a02b7531f1d1f9c3fe43e (diff)
parallel.rb: upper directory
* test/lib/test/unit/parallel.rb: make @@project_dir one level upper as this file had moved one level deeper. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/lib/test/unit')
-rw-r--r--test/lib/test/unit/parallel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/test/unit/parallel.rb b/test/lib/test/unit/parallel.rb
index 65f8a74ca4..780deda5ae 100644
--- a/test/lib/test/unit/parallel.rb
+++ b/test/lib/test/unit/parallel.rb
@@ -183,7 +183,7 @@ if $0 == __FILE__
module Gem # :nodoc:
end
class Gem::TestCase < MiniTest::Unit::TestCase # :nodoc:
- @@project_dir = File.expand_path('../../../..', __FILE__)
+ @@project_dir = File.expand_path('../../../../..', __FILE__)
end
Test::Unit::Worker.new.run(ARGV)