summaryrefslogtreecommitdiff
path: root/test/net
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-06 00:39:50 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-06 00:39:50 +0000
commitb092e967b05ba203323a3eeec2ef1133d7c194bb (patch)
treeef20799c4ad1278f7501abf016c65466c191e777 /test/net
parent9bc8ccf4d46b35bd4e80c506891c9622bfaa7a0f (diff)
use require_relative instead of File.expand_path
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/net')
-rw-r--r--test/net/http/test_http.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/http/test_http.rb b/test/net/http/test_http.rb
index 9833a8e9e5..036a6a1570 100644
--- a/test/net/http/test_http.rb
+++ b/test/net/http/test_http.rb
@@ -3,7 +3,7 @@
require 'test/unit'
require 'net/http'
require 'stringio'
-require File.expand_path("utils", File.dirname(__FILE__))
+require_relative 'utils'
module TestNetHTTP_version_1_1_methods