X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest046-dds;h=9cd81b7f730abc388deb5bb43039739c91484aec;hb=fc1396fa2e94ee2e752fd7c3ea5bb22f6592398a;hp=d77a459d6ce5c696e7cb7ee8674bd59c71fcf7fc;hpb=33f9ebb92fdcff52eca383f5919903cc5ad0753d;p=openldap diff --git a/tests/scripts/test046-dds b/tests/scripts/test046-dds index d77a459d6c..9cd81b7f73 100755 --- a/tests/scripts/test046-dds +++ b/tests/scripts/test046-dds @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 2005-2009 The OpenLDAP Foundation. +## Copyright 2005-2012 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -16,10 +16,11 @@ echo "running defines.sh" . $SRCDIR/scripts/defines.sh -if test $BACKEND = "ldif" ; then - echo "LDIF backend does not support acls, test skipped" +case $BACKEND in ldif | null) + # LDIF lacks ACL support, NULL cannot hold dynamic entries + echo "Test does not support $BACKEND backend, test skipped" exit 0 -fi +esac if test $DDS = ddsno; then echo "Dynamic Directory Services overlay not available, test skipped"