This test uses syncrepl persist, but ldbm doesn't support that. Exclude it.

This commit is contained in:
Howard Chu 2005-10-14 00:10:36 +00:00
parent 7eab94c4b5
commit 0dfc478cdf

View File

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