diff options
Diffstat (limited to 't/test-protocol-ssh.rb')
-rwxr-xr-x | t/test-protocol-ssh.rb | 4 |
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' |