]> git.sur5r.net Git - openldap/commitdiff
ITS#6782 fix moduleload path
authorHoward Chu <hyc@openldap.org>
Fri, 7 Jan 2011 00:15:24 +0000 (00:15 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 7 Jan 2011 00:15:24 +0000 (00:15 +0000)
tests/scripts/test049-sync-config

index 5d2fd684689bacba5f555d8244d76e6f57d4b6bd..58b5f153d3b5445ff893e4908ae484d380c8fe19 100755 (executable)
@@ -97,7 +97,7 @@ if [ "$SYNCPROV" = syncprovmod ]; then
 dn: cn=module,cn=config
 objectClass: olcModuleList
 cn: module
-olcModulePath: ../../../servers/slapd/overlays
+olcModulePath: $TESTWD/../servers/slapd/overlays
 olcModuleLoad: syncprov.la
 EOF
        RC=$?