mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
ITS#5810: tweak previous commit - explain backend exclusion
This commit is contained in:
parent
9417403a7f
commit
5f5ad73236
2 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue