From ad65041c5596257319869693c793d480a29c77b6 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Wed, 21 Jan 2009 00:07:01 +0000 Subject: [PATCH] Skip test if using back-ldif, as it doesn't support ACLs --- tests/scripts/test046-dds | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5