summaryrefslogtreecommitdiff
path: root/t/test-protocol-ldap.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 17:26:43 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 17:26:43 +0000
commit289c5e34678c0ee3df4df8de77c2542a9cb91ca2 (patch)
tree964492f9a5a32c75d9031065a084e3ada2a9c0e6 /t/test-protocol-ldap.rb
parent04ad17a7c55c28e84457e42e1ebed59249a6ddf6 (diff)
Updated the libraries we require.
Diffstat (limited to 't/test-protocol-ldap.rb')
-rwxr-xr-xt/test-protocol-ldap.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-protocol-ldap.rb b/t/test-protocol-ldap.rb
index 2ef2858..b7948ad 100755
--- a/t/test-protocol-ldap.rb
+++ b/t/test-protocol-ldap.rb
@@ -1,8 +1,8 @@
-#!/usr/bin/ruby -I../worker/ -I./worker/
+#!/usr/bin/ruby -I../lib/ -Ilib/
require 'test/unit'
-require 'tests/ldap'
+require 'custodian/protocol-tests/ldap.rb'