mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#5810: tweak previous commit - explain backend exclusion
This commit is contained in:
parent
9417403a7f
commit
5f5ad73236
@ -22,7 +22,7 @@ fi
|
||||
|
||||
if test $BACKEND = ldif ; then
|
||||
# dynlist+ldif fails because back-ldif lacks bi_op_compare()
|
||||
echo "Test does not support $BACKEND backend, test skipped"
|
||||
echo "$BACKEND backend unsuitable for dynlist overlay, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
@ -28,6 +28,7 @@ if test $REFINT = refintno; then
|
||||
fi
|
||||
|
||||
case $BACKEND in bdb | null)
|
||||
# BDB lacks subtree rename, NULL lacks cn=config support
|
||||
echo "Test does not support $BACKEND, test skipped"
|
||||
exit 0
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user