mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#4336 - Fix regression test to be valid
This commit is contained in:
parent
302af6a0e7
commit
f535d06d07
1 changed files with 8 additions and 3 deletions
|
|
@ -16,15 +16,20 @@
|
|||
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 $RETCODE = retcodeno; then
|
||||
echo "Retcode overlay 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue