diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-18 08:09:05 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-18 08:09:05 +0000 |
| commit | 350c700c98ea7633693e1ef3320cc545ab60258b (patch) | |
| tree | b65e2abce7c2784b956f61ac32bb9ecab3aa40d6 /test/ruby/test_system.rb | |
| parent | 558b40c6b42a41c103b348806b8e997d6181a742 (diff) | |
| download | ruby-350c700c98ea7633693e1ef3320cc545ab60258b.tar.gz ruby-350c700c98ea7633693e1ef3320cc545ab60258b.tar.xz ruby-350c700c98ea7633693e1ef3320cc545ab60258b.zip | |
use require_relative to require ut_eof and envutil.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_system.rb')
| -rw-r--r-- | test/ruby/test_system.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ruby/test_system.rb b/test/ruby/test_system.rb index 403bacab2..9a897027b 100644 --- a/test/ruby/test_system.rb +++ b/test/ruby/test_system.rb @@ -1,6 +1,7 @@ require 'test/unit' -require 'envutil' require 'tmpdir' +require 'require_relative' +require_relative 'envutil' class TestSystem < Test::Unit::TestCase def valid_syntax?(code, fname) |
