diff options
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_beginendblock.rb | 1 | ||||
| -rw-r--r-- | test/ruby/test_file.rb | 1 | ||||
| -rw-r--r-- | test/ruby/test_pipe.rb | 1 | ||||
| -rw-r--r-- | test/ruby/test_system.rb | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/test/ruby/test_beginendblock.rb b/test/ruby/test_beginendblock.rb index b56b596a6..a8e5913b1 100644 --- a/test/ruby/test_beginendblock.rb +++ b/test/ruby/test_beginendblock.rb @@ -1,6 +1,5 @@ require 'test/unit' require 'tempfile' -$:.replace([File.dirname(File.expand_path(__FILE__))] | $:) require 'envutil' class TestBeginEndBlock < Test::Unit::TestCase diff --git a/test/ruby/test_file.rb b/test/ruby/test_file.rb index b35a2661c..09d6c5202 100644 --- a/test/ruby/test_file.rb +++ b/test/ruby/test_file.rb @@ -1,6 +1,5 @@ require 'test/unit' require 'tempfile' -$:.replace([File.dirname(File.expand_path(__FILE__))] | $:) require 'ut_eof' $KCODE = 'none' diff --git a/test/ruby/test_pipe.rb b/test/ruby/test_pipe.rb index 03b38635c..a6b7c14ed 100644 --- a/test/ruby/test_pipe.rb +++ b/test/ruby/test_pipe.rb @@ -1,5 +1,4 @@ require 'test/unit' -$:.replace([File.dirname(File.expand_path(__FILE__))] | $:) require 'ut_eof' require 'envutil' diff --git a/test/ruby/test_system.rb b/test/ruby/test_system.rb index a19f6ef9b..322b0c9ce 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' |
