]> git.sur5r.net Git - openldap/commitdiff
This test uses syncrepl persist, but ldbm doesn't support that. Exclude it.
authorHoward Chu <hyc@openldap.org>
Fri, 14 Oct 2005 00:10:36 +0000 (00:10 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 14 Oct 2005 00:10:36 +0000 (00:10 +0000)
tests/scripts/test033-glue-syncrepl

index 57d50b847710e0d3fc80d5cac9b8962096081875..9dfefb7c4bca1c45a22bb4ee50ee3cee9856c301 100755 (executable)
 ## top-level directory of the distribution or, alternatively, at
 ## <http://www.OpenLDAP.org/license.html>.
 
+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