summaryrefslogtreecommitdiff
path: root/bootstraptest/runner.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-27 17:14:10 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-27 17:14:10 +0000
commitc1849cf09476181825ab5f59f819245d3559bfa2 (patch)
tree5b0c26a287e4039c8746481f5ba2677183b0f37a /bootstraptest/runner.rb
parentc1ac175af5d819d319e4410602be9a9e64e37566 (diff)
* bootstraptest/runner.rb: fix to untouch $:.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/runner.rb')
-rw-r--r--bootstraptest/runner.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index b7db34ecd5..280276d222 100644
--- a/bootstraptest/runner.rb
+++ b/bootstraptest/runner.rb
@@ -5,7 +5,6 @@
# Never use test/unit in this file.
# Never use Ruby extensions in this file.
-$LOAD_PATH.unshift "#{File.dirname($0)}/lib"
require 'fileutils'
def main