From 350c700c98ea7633693e1ef3320cc545ab60258b Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 18 Feb 2008 08:09:05 +0000 Subject: 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 --- test/ruby/test_pipe.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/ruby/test_pipe.rb') diff --git a/test/ruby/test_pipe.rb b/test/ruby/test_pipe.rb index 73c7965e8..3b47bdee5 100644 --- a/test/ruby/test_pipe.rb +++ b/test/ruby/test_pipe.rb @@ -1,5 +1,6 @@ require 'test/unit' -require 'ut_eof' +require 'require_relative' +require_relative 'ut_eof' class TestPipe < Test::Unit::TestCase include TestEOF -- cgit