aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_system.rb
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-29 13:22:27 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-29 13:22:27 +0000
commit04b5228aba6e9aaaf3c082cb2aeafa124fcaca3b (patch)
treece69b78b4e739fd0cdf71a86488af67114021a93 /test/ruby/test_system.rb
parent0ae750341e380f8bebd589d1348c17586fb03398 (diff)
downloadruby-04b5228aba6e9aaaf3c082cb2aeafa124fcaca3b.tar.gz
* test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb to
run test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_system.rb')
-rw-r--r--test/ruby/test_system.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_system.rb b/test/ruby/test_system.rb
index a19f6ef9b7..322b0c9ceb 100644
--- a/test/ruby/test_system.rb
+++ b/test/ruby/test_system.rb
@@ -1,5 +1,4 @@
require 'test/unit'
-$:.replace([File.dirname(File.expand_path(__FILE__))] | $:)
require 'envutil'
$KCODE = 'none'