back-ldbm is supported now

This commit is contained in:
Howard Chu 2004-03-20 09:25:42 +00:00
parent 9f5667c703
commit 911a7cc1b9

View File

@ -21,11 +21,6 @@ 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..."