mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 04:59:39 -05:00
Skip test on ldbm, ldbm deadlocks on Bind
This commit is contained in:
parent
e9c8fd5ee6
commit
1d9fa315ac
1 changed files with 5 additions and 0 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue