From 6bbed0e31b1d32808443b3dd3e451aad28d46096 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 12 Sep 2009 17:00:51 +0000 Subject: * test: use require_relative. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_syslog.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/test_syslog.rb') diff --git a/test/test_syslog.rb b/test/test_syslog.rb index 7b3efb85aa..e9fc375c90 100644 --- a/test/test_syslog.rb +++ b/test/test_syslog.rb @@ -6,10 +6,6 @@ # If in doubt, ask your admin. require 'test/unit' - -# Prepend current directory to load path for testing. -$:.unshift('.') - require 'syslog' class TestSyslog < Test::Unit::TestCase -- cgit v1.2.3