From: Ralf Haferkamp Date: Thu, 13 Jan 2005 13:50:48 +0000 (+0000) Subject: make glue and syncrepl tests work if the overlays were compiled as dynamic X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~400 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1d67ef16e97978017e63ad7efc3eb6bd0d37b175;p=openldap make glue and syncrepl tests work if the overlays were compiled as dynamic modules --- diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 31448d701a..139267d748 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -37,6 +37,7 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/@RELAY@/${RELAY}/" \ -e "s/^#${RELAY}#//" \ -e "s/^#${BACKENDTYPE}#//" \ + -e "s/^#${AC_glue}#//" \ -e "s/^#${AC_ldap}#//" \ -e "s/^#${AC_meta}#//" \ -e "s/^#${AC_relay}#//" \ @@ -45,6 +46,7 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${AC_pcache}#//" \ -e "s/^#${AC_ppolicy}#//" \ -e "s/^#${AC_refint}#//" \ + -e "s/^#${AC_syncprov}#//" \ -e "s/^#${AC_unique}#//" \ -e "s/^#${AC_rwm}#//" \ -e "s/^#${MON}#//" \