From 8102e1c720ee5c7b51a5f522b844979845f586ef Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 13 Nov 2012 17:43:36 +0000 Subject: Fixed include paths. --- t/test-protocol-ssh.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/test-protocol-ssh.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' -- cgit v1.2.1