mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#5810 skip test for LDIF backend
This commit is contained in:
parent
e7bb3f87db
commit
b01ecb42b5
@ -33,6 +33,13 @@ if test $BACKLDAP = "ldapno" ; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test $BACKEND = ldif ; then
|
||||||
|
# The (mail=example.com*) queries hit a sizelimit, so which
|
||||||
|
# entry is returned depends on the ordering in the backend.
|
||||||
|
echo "Test does not support $BACKEND backend, test skipped"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
mkdir -p $TESTDIR $DBDIR1 $DBDIR2
|
mkdir -p $TESTDIR $DBDIR1 $DBDIR2
|
||||||
|
|
||||||
# Test proxy caching:
|
# Test proxy caching:
|
||||||
|
@ -20,6 +20,12 @@ if test $DYNLIST = "dynlistno" ; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test $BACKEND = ldif ; then
|
||||||
|
# dynlist+ldif fails because back-ldif lacks bi_op_compare()
|
||||||
|
echo "Test does not support $BACKEND backend, test skipped"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
mkdir -p $TESTDIR $DBDIR1
|
mkdir -p $TESTDIR $DBDIR1
|
||||||
|
|
||||||
$SLAPPASSWD -g -n >$CONFIGPWF
|
$SLAPPASSWD -g -n >$CONFIGPWF
|
||||||
|
Loading…
Reference in New Issue
Block a user