From 3033741b60eb2cc3af4a6bd30b57e7b4bd85d48e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 1 Sep 2005 11:49:40 +0000 Subject: [PATCH] Glue is back in core, not an overlay --- tests/scripts/defines.sh | 1 - tests/scripts/test011-glue-slapadd | 5 ----- tests/scripts/test012-glue-populate | 5 ----- 3 files changed, 11 deletions(-) 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..." -- 2.39.5