mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#6343: Handle --enable-memberof --disable-refint
This commit is contained in:
parent
7e107de4d9
commit
0db0fc22ec
@ -22,6 +22,11 @@ if test $MEMBEROF = memberofno; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if test $REFINT = refintno; then
|
||||
echo "Referential Integrity overlay not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if test "$BACKEND" != "hdb" ; then
|
||||
echo "Test does not support $BACKEND"
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user