From: Quanah Gibson-Mount Date: Wed, 21 Jan 2009 02:32:14 +0000 (+0000) Subject: Skip test if using back-ldif, as it doesn't support ACLs X-Git-Tag: OPENLDAP_REL_ENG_2_4_14~108 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4d252962ed94efa99a48188b1f717282b0a45089;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