]> git.sur5r.net Git - openldap/commitdiff
ITS#5810: tweak previous commit - explain backend exclusion
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 6 Dec 2009 14:03:27 +0000 (14:03 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 6 Dec 2009 14:03:27 +0000 (14:03 +0000)
tests/scripts/test044-dynlist
tests/scripts/test057-memberof-refint

index 9907a8adf209289461c051f7c4c0db5d8dbbefd0..510f9c5dd0c139ddbe5fe58c6ec4a305c3431f0f 100755 (executable)
@@ -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
 
index 96c73bd5d03f964a95ab049e153d9041fb20bc95..669faa2455860b3d92505557d49c06b0a2bafd2d 100755 (executable)
@@ -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