mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
ITS#5810: skip back-ldif
This commit is contained in:
parent
27dc946239
commit
9417403a7f
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,11 @@ if test $ACCESSLOG = accesslogno; then
|
|||
echo "Accesslog overlay not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
if test $BACKEND = ldif ; then
|
||||
# Onelevel search does not return entries in order of creation or CSN.
|
||||
echo "$BACKEND backend unsuitable for syncprov logdb, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue