From: Howard Chu Date: Fri, 26 Aug 2011 21:31:35 +0000 (-0700) Subject: Fix moduleload path X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe973fd0c0814b656211c650e8aaddd3a28901d;p=thirdparty%2Fopenldap.git Fix moduleload path --- diff --git a/tests/scripts/test049-sync-config b/tests/scripts/test049-sync-config index 58b5f153d3..faa3514c8b 100755 --- a/tests/scripts/test049-sync-config +++ b/tests/scripts/test049-sync-config @@ -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=$?