summaryrefslogtreecommitdiff
path: root/t/test-protocol-ssh.rb
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
commita21d798eaf01de2ce23b8de6da3f4f24bdf1471c (patch)
treed7520607c70f8e3a3d9679f5bd7ce6f800aabb8f /t/test-protocol-ssh.rb
parent337e2416a305b6a6da007086dbcb272a328ce7a9 (diff)
Fixed include paths.
Diffstat (limited to 't/test-protocol-ssh.rb')
-rwxr-xr-xt/test-protocol-ssh.rb4
1 files changed, 2 insertions, 2 deletions
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'