summaryrefslogtreecommitdiffstats
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
commitc219efc3aa75d700a9a63513c3348dca1f7b13a7 (patch)
tree5b0c26a287e4039c8746481f5ba2677183b0f37a
parentd61da0edb8988731baa759961aefbb1958c86d4a (diff)
downloadruby-c219efc3aa75d700a9a63513c3348dca1f7b13a7.tar.gz
ruby-c219efc3aa75d700a9a63513c3348dca1f7b13a7.tar.xz
ruby-c219efc3aa75d700a9a63513c3348dca1f7b13a7.zip
* bootstraptest/runner.rb: fix to untouch $:.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--bootstraptest/runner.rb1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 113c6643d..e40ccdb77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jun 28 02:12:08 2007 Koichi Sasada <ko1@atdot.net>
+
+ * bootstraptest/runner.rb: fix to untouch $:.
+
Thu Jun 28 02:03:07 2007 Koichi Sasada <ko1@atdot.net>
* compile.c (setup_args): change parameter type.
diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index b7db34ecd..280276d22 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