aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_syslog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_syslog.rb')
-rw-r--r--test/test_syslog.rb4
1 files changed, 0 insertions, 4 deletions
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