diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:26:43 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:26:43 +0000 |
commit | a5fcad5db072be742d568abd7bb6f47db4f06b6d (patch) | |
tree | 964492f9a5a32c75d9031065a084e3ada2a9c0e6 /t/test-protocol-ftp.rb | |
parent | a736bb19e555730e26ad91c18d54306666456e00 (diff) |
Updated the libraries we require.
Diffstat (limited to 't/test-protocol-ftp.rb')
-rwxr-xr-x | t/test-protocol-ftp.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/t/test-protocol-ftp.rb b/t/test-protocol-ftp.rb index d06b7af..abe5050 100755 --- a/t/test-protocol-ftp.rb +++ b/t/test-protocol-ftp.rb @@ -1,8 +1,9 @@ -#!/usr/bin/ruby -I../worker/tests/ -I./worker/tests/ +#!/usr/bin/ruby -I../lib/ -Ilib/ require 'test/unit' -require 'ftp' + +require 'custodian/protocol-tests/ftp.rb' |