ITS#3108 disable test on ldbm

This commit is contained in:
Howard Chu 2004-04-22 20:47:14 +00:00
parent 13308a70aa
commit 8922b4d88e

View file

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