]> git.sur5r.net Git - openldap/commitdiff
Fix moduleload path
authorHoward Chu <hyc@openldap.org>
Fri, 26 Aug 2011 21:31:35 +0000 (14:31 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 28 Oct 2011 02:25:32 +0000 (19:25 -0700)
tests/scripts/test049-sync-config

index 58b5f153d3b5445ff893e4908ae484d380c8fe19..faa3514c8be652e069cd7f6bf3007f4acaa2272a 100755 (executable)
@@ -227,7 +227,7 @@ if [ "$BACKENDTYPE" = mod ]; then
 dn: cn=module,cn=config
 objectClass: olcModuleList
 cn: module
-olcModulePath: ../../../servers/slapd/back-$BACKEND
+olcModulePath: $TESTWD/../servers/slapd/back-$BACKEND
 olcModuleLoad: back_$BACKEND.la
 EOF
        RC=$?