]> git.sur5r.net Git - openldap/commitdiff
GLUE is not an overlay
authorHoward Chu <hyc@openldap.org>
Thu, 1 Sep 2005 12:13:15 +0000 (12:13 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 1 Sep 2005 12:13:15 +0000 (12:13 +0000)
tests/scripts/test029-ldapglue
tests/scripts/test033-glue-syncrepl
tests/scripts/test039-glue-ldap-concurrency

index 572e7e8199b51a696d71f888249ce9eb5c686d96..4701e1897e055e8a66a836b3a36171600c38ebb9 100755 (executable)
@@ -27,11 +27,6 @@ if test $BACKLDAP = "ldapno" ; then
        exit 0
 fi 
 
-if test $GLUE = "glueno" ; then 
-       echo "glue overlay not available, test skipped"
-       exit 0
-fi 
-
 if test $WITH_SASL = "yes" ; then
        if test $USE_SASL != "no" ; then
                if test $USE_SASL = "yes" ; then
index 75b876cf169f45a784648ff475d9874394ff5345..1ffb611d6bf4c894d2d90e6de3f5d01f0d505024 100755 (executable)
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
-if test $GLUE = glueno; then 
-       echo "Backend glue overlay not available, test skipped"
-       exit 0
-fi 
-
 mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR1C
 
 echo "Running slapadd to build glued slapd databases..."
index d0d89afc30f1be4e82a63b6163431970d5c6d8e0..87cabe33d89e706ac73abc9d05999c376124d83e 100755 (executable)
@@ -23,11 +23,6 @@ if test $BACKLDAP = ldapno ; then
        exit 0
 fi
 
-if test $GLUE = "glueno" ; then 
-       echo "glue overlay not available, test skipped"
-       exit 0
-fi 
-
 if test $RWM = rwmno ; then 
        echo "rwm (rewrite/remap) overlay not available, test skipped"
        exit 0