From: Howard Chu Date: Fri, 14 Oct 2005 00:10:36 +0000 (+0000) Subject: This test uses syncrepl persist, but ldbm doesn't support that. Exclude it. X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~269 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0dfc478cdf55c5b77203997f69ff98a40cef715f;p=openldap This test uses syncrepl persist, but ldbm doesn't support that. Exclude it. --- diff --git a/tests/scripts/test033-glue-syncrepl b/tests/scripts/test033-glue-syncrepl index 57d50b8477..9dfefb7c4b 100755 --- a/tests/scripts/test033-glue-syncrepl +++ b/tests/scripts/test033-glue-syncrepl @@ -12,6 +12,11 @@ ## top-level directory of the distribution or, alternatively, at ## . +if test "$BACKEND" != "bdb" && test "$BACKEND" != "hdb" ; then + echo "Test does not support $BACKEND" + exit 0 +fi + echo "running defines.sh" . $SRCDIR/scripts/defines.sh