ITS#8535 - Fix regression test for ITS#4337

This commit is contained in:
Quanah Gibson-Mount 2016-11-30 14:46:37 -08:00
parent 9a28de655f
commit 58ebe8bd45
2 changed files with 5 additions and 2 deletions

View File

@ -16,8 +16,8 @@
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
if test $BACKLDAP = "ldapno" ; then
echo "LDAP backend not available, test skipped"
if test $BACKEND != "bdb" ; then
echo "BDB backend not available, test skipped"
exit 0
fi

View File

@ -24,6 +24,9 @@ include @DATADIR@/test.schema
pidfile @TESTDIR@/slapd.2.pid
argsfile @TESTDIR@/slapd.2.args
#mod#modulepath ../servers/slapd/back-@BACKEND@/:../servers/slapd/overlays
#mod#moduleload back_@BACKEND@.la
#monitormod#modulepath ../servers/slapd/back-monitor/
#monitormod#moduleload back_monitor.la