Skip test on ldbm, ldbm deadlocks on Bind

This commit is contained in:
Howard Chu 2004-03-17 09:02:44 +00:00
parent e9c8fd5ee6
commit 1d9fa315ac

View file

@ -21,6 +21,11 @@ if test $PPOLICY = ppolicyno; then
exit 0
fi
if test "$BACKEND" = "ldbm" ; then
echo "Test does not support $BACKEND"
exit 0
fi
mkdir -p $TESTDIR $DBDIR1
echo "Starting slapd on TCP/IP port $PORT1..."