From: Quanah Gibson-Mount Date: Wed, 21 Jan 2009 00:07:01 +0000 (+0000) Subject: Skip test if using back-ldif, as it doesn't support ACLs X-Git-Tag: ACLCHECK_0~980 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ad65041c5596257319869693c793d480a29c77b6;p=openldap Skip test if using back-ldif, as it doesn't support ACLs --- diff --git a/tests/scripts/test046-dds b/tests/scripts/test046-dds index d79e870731..b6ac7befd8 100755 --- a/tests/scripts/test046-dds +++ b/tests/scripts/test046-dds @@ -16,6 +16,11 @@ echo "running defines.sh" . $SRCDIR/scripts/defines.sh +if test $BACKEND = "ldif" ; then + echo "LDIF backend does not support acls, test skipped" + exit 0 +fi + if test $DDS = ddsno; then echo "Dynamic Directory Services overlay not available, test skipped" exit 0