GLUE is not an overlay

This commit is contained in:
Howard Chu 2005-09-01 12:13:15 +00:00
parent f8ec98588b
commit a6af143798
3 changed files with 0 additions and 15 deletions

View File

@ -27,11 +27,6 @@ if test $BACKLDAP = "ldapno" ; then
exit 0 exit 0
fi fi
if test $GLUE = "glueno" ; then
echo "glue overlay not available, test skipped"
exit 0
fi
if test $WITH_SASL = "yes" ; then if test $WITH_SASL = "yes" ; then
if test $USE_SASL != "no" ; then if test $USE_SASL != "no" ; then
if test $USE_SASL = "yes" ; then if test $USE_SASL = "yes" ; then

View File

@ -15,11 +15,6 @@
echo "running defines.sh" echo "running defines.sh"
. $SRCDIR/scripts/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 mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR1C
echo "Running slapadd to build glued slapd databases..." echo "Running slapadd to build glued slapd databases..."

View File

@ -23,11 +23,6 @@ if test $BACKLDAP = ldapno ; then
exit 0 exit 0
fi fi
if test $GLUE = "glueno" ; then
echo "glue overlay not available, test skipped"
exit 0
fi
if test $RWM = rwmno ; then if test $RWM = rwmno ; then
echo "rwm (rewrite/remap) overlay not available, test skipped" echo "rwm (rewrite/remap) overlay not available, test skipped"
exit 0 exit 0