aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_econv.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-09 06:36:43 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-09 06:36:43 +0000
commit33e7c896ca6fd4321bc843cd81bd096bb8e3f5d8 (patch)
tree8df2c5be64220b8ed37e651f2c2d1c63872c1845 /test/ruby/test_econv.rb
parent8e411664ab7f565ec30718529202e8013e8a3076 (diff)
downloadruby-33e7c896ca6fd4321bc843cd81bd096bb8e3f5d8.tar.gz
It should be require_relative.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_econv.rb')
-rw-r--r--test/ruby/test_econv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_econv.rb b/test/ruby/test_econv.rb
index f667d733a0..7899f1fa6c 100644
--- a/test/ruby/test_econv.rb
+++ b/test/ruby/test_econv.rb
@@ -1,5 +1,5 @@
require 'test/unit'
-require 'envutil'
+require_relative 'envutil'
class TestEncodingConverter < Test::Unit::TestCase
def check_ec(edst, esrc, eres, dst, src, ec, off, len, opts=nil)