From a6af1437984e646365375433f656eef9ef9a1d0f Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 1 Sep 2005 12:13:15 +0000 Subject: [PATCH] GLUE is not an overlay --- tests/scripts/test029-ldapglue | 5 ----- tests/scripts/test033-glue-syncrepl | 5 ----- tests/scripts/test039-glue-ldap-concurrency | 5 ----- 3 files changed, 15 deletions(-) diff --git a/tests/scripts/test029-ldapglue b/tests/scripts/test029-ldapglue index 572e7e8199..4701e1897e 100755 --- a/tests/scripts/test029-ldapglue +++ b/tests/scripts/test029-ldapglue @@ -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 diff --git a/tests/scripts/test033-glue-syncrepl b/tests/scripts/test033-glue-syncrepl index 75b876cf16..1ffb611d6b 100755 --- a/tests/scripts/test033-glue-syncrepl +++ b/tests/scripts/test033-glue-syncrepl @@ -15,11 +15,6 @@ 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..." diff --git a/tests/scripts/test039-glue-ldap-concurrency b/tests/scripts/test039-glue-ldap-concurrency index d0d89afc30..87cabe33d8 100755 --- a/tests/scripts/test039-glue-ldap-concurrency +++ b/tests/scripts/test039-glue-ldap-concurrency @@ -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 -- 2.39.5