From c219efc3aa75d700a9a63513c3348dca1f7b13a7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 27 Jun 2007 17:14:10 +0000 Subject: * bootstraptest/runner.rb: fix to untouch $:. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ bootstraptest/runner.rb | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 + + * bootstraptest/runner.rb: fix to untouch $:. + Thu Jun 28 02:03:07 2007 Koichi Sasada * 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 -- cgit