## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
+if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then
+ echo "Test does not support $BACKEND"
+ exit 0
+fi
+
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
+if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then
+ echo "Test does not support $BACKEND"
+ exit 0
+fi
+
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
+if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then
+ echo "Test does not support $BACKEND"
+ exit 0
+fi
+
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh