mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 16:34:45 -05:00
ITS#8535 - Fix regression test for ITS#4337
This commit is contained in:
parent
9a28de655f
commit
58ebe8bd45
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue