ITS#5810: tweak previous commit - explain backend exclusion

This commit is contained in:
Hallvard Furuseth 2009-12-06 14:03:27 +00:00
parent 9417403a7f
commit 5f5ad73236
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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