]> git.sur5r.net Git - openldap/commitdiff
ITS#4544 skip test if syncprov overlay unavailable
authorHoward Chu <hyc@openldap.org>
Sun, 14 May 2006 22:40:43 +0000 (22:40 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 14 May 2006 22:40:43 +0000 (22:40 +0000)
tests/scripts/test033-glue-syncrepl

index 1676ff4539b3ec09fc58dbf41478bceaacc38bbb..613a9ee7e4568267f320ea1cfdfd736c5b28b690 100755 (executable)
@@ -20,6 +20,11 @@ fi
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh
 
+if test $SYNCPROV = syncprovno; then 
+       echo "Syncrepl provider overlay not available, test skipped"
+       exit 0
+fi 
+
 mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR1C $DBDIR2A $DBDIR2B
 
 echo "Running slapadd to build glued slapd databases..."