summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 17:43:36 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 17:43:36 +0000
commit8102e1c720ee5c7b51a5f522b844979845f586ef (patch)
treed7520607c70f8e3a3d9679f5bd7ce6f800aabb8f
parentbce5062abe17c3c2fa0b7d4b15c6eb17493a17fd (diff)
Fixed include paths.
-rwxr-xr-xt/test-parser.rb4
-rwxr-xr-xt/test-protocol-ftp.rb1
-rwxr-xr-xt/test-protocol-ssh.rb4
-rwxr-xr-xt/test-suite2
4 files changed, 5 insertions, 6 deletions
diff --git a/t/test-parser.rb b/t/test-parser.rb
index 4c1076a..358550b 100755
--- a/t/test-parser.rb
+++ b/t/test-parser.rb
@@ -1,8 +1,8 @@
-#!/usr/bin/ruby -I../parser/ -I./parser/
+#!/usr/bin/ruby -I../bin/ -Ibin/
require 'test/unit'
-require 'parser'
+require 'custodian-enqueue'
diff --git a/t/test-protocol-ftp.rb b/t/test-protocol-ftp.rb
index abe5050..4d237c4 100755
--- a/t/test-protocol-ftp.rb
+++ b/t/test-protocol-ftp.rb
@@ -2,7 +2,6 @@
require 'test/unit'
-
require 'custodian/protocol-tests/ftp.rb'
diff --git a/t/test-protocol-ssh.rb b/t/test-protocol-ssh.rb
index 259dfb9..9086eac 100755
--- a/t/test-protocol-ssh.rb
+++ b/t/test-protocol-ssh.rb
@@ -1,8 +1,8 @@
-#!/usr/bin/ruby -I../worker/tests/ -I./worker/tests/
+#!/usr/bin/ruby -I../lib/ -I./lib/
require 'test/unit'
-require 'ssh'
+require 'custodian/protocol-tests/ssh.rb'
diff --git a/t/test-suite b/t/test-suite
index 5c886ef..9b5ea0b 100755
--- a/t/test-suite
+++ b/t/test-suite
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby -I../worker/tests/ -I./worker/tests/ -I../../worker/tests/ -I../worker/ -I../../worker/ -I./worker/ -I./parser/ -I../parser/
+#!/usr/bin/ruby -I../bin/ -I./bin/ -Ilib/ -I../lib/
#
# This is a simple wrapper that will run the complete test-suite.
#