mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#4326 - Fix regression test so it operates correctly
This commit is contained in:
parent
6f9a9ca825
commit
302af6a0e7
2 changed files with 9 additions and 4 deletions
|
|
@ -16,10 +16,15 @@
|
|||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
||||
if test $BACKLDAP != "ldapno" ; then
|
||||
if test $BACKLDAP = "ldapno" ; then
|
||||
echo "LDAP backend not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
if test $BACKEND = "ldap" ; then
|
||||
echo "LDAP backend not valid, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1 $DBDIR2
|
||||
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ include @DATADIR@/test.schema
|
|||
pidfile @TESTDIR@/slapd.2.pid
|
||||
argsfile @TESTDIR@/slapd.2.args
|
||||
|
||||
#mod#modulepath ../servers/slapd/back-ldap/
|
||||
#mod#moduleload back_ldap.la
|
||||
#ldapmod#modulepath ../servers/slapd/back-ldap/
|
||||
#ldapmod#moduleload back_ldap.la
|
||||
#monitormod#modulepath ../servers/slapd/back-monitor/
|
||||
#monitormod#moduleload back_monitor.la
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue