From: Howard Chu Date: Thu, 1 Sep 2005 11:49:40 +0000 (+0000) Subject: Glue is back in core, not an overlay X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~513 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3033741b60eb2cc3af4a6bd30b57e7b4bd85d48e;p=openldap Glue is back in core, not an overlay --- diff --git a/tests/scripts/defines.sh b/tests/scripts/defines.sh index c504790be9..a26622a231 100755 --- a/tests/scripts/defines.sh +++ b/tests/scripts/defines.sh @@ -20,7 +20,6 @@ BACKRELAY=${AC_relay-relayno} BACKSQL=${AC_sql-sqlno} RDBMS=${SLAPD_USE_SQL-rdbmsno} RDBMSWRITE=${SLAPD_USE_SQLWRITE-no} -GLUE=${AC_glue-glueno} PROXYCACHE=${AC_pcache-pcacheno} PPOLICY=${AC_ppolicy-ppolicyno} REFINT=${AC_refint-refintno} diff --git a/tests/scripts/test011-glue-slapadd b/tests/scripts/test011-glue-slapadd index df6afa1d58..f87fe6df77 100755 --- a/tests/scripts/test011-glue-slapadd +++ b/tests/scripts/test011-glue-slapadd @@ -16,11 +16,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/test012-glue-populate b/tests/scripts/test012-glue-populate index 085a005b4f..c45feec9d6 100755 --- a/tests/scripts/test012-glue-populate +++ b/tests/scripts/test012-glue-populate @@ -16,11 +16,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 "Starting slapd on TCP/IP port $PORT..."