From: Hallvard Furuseth Date: Sun, 6 Dec 2009 14:01:38 +0000 (+0000) Subject: ITS#5810: skip back-ldif X-Git-Tag: ACLCHECK_0~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9417403a7ff1479450250caaa5e6d6e9cfc2adb0;p=openldap ITS#5810: skip back-ldif --- diff --git a/tests/scripts/test043-delta-syncrepl b/tests/scripts/test043-delta-syncrepl index c24e276307..4812bd6af7 100755 --- a/tests/scripts/test043-delta-syncrepl +++ b/tests/scripts/test043-delta-syncrepl @@ -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