]> git.sur5r.net Git - openldap/commitdiff
ITS#4544 test033 syncrepl overlay detection fix
authorKurt Zeilenga <kurt@openldap.org>
Mon, 15 May 2006 23:23:25 +0000 (23:23 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 15 May 2006 23:23:25 +0000 (23:23 +0000)
CHANGES
tests/scripts/test033-glue-syncrepl

diff --git a/CHANGES b/CHANGES
index 247e34b4973a9b6b2967780ce8dcd6832ec5b403..9e197d0c1d75143baa734e10e04a939f956ef47c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -40,8 +40,9 @@ OpenLDAP 2.3.22 Release
        Fixed slapo-translucent modifications (ITS#4527)
        Fixed slurpd potential overflow issue
        Build Environment
-               Fixed test020-proxycache disabled debug issue (ITS#4491)
                Fixed OSF1 compilation problem (ITS#4537)
+               Fixed test020-proxycache disabled debug issue (ITS#4491)
+               Fixed test033-glue-syncrepl overlay detection (ITS#4544)
        Documentation
                Fixed slapd(8) logging header reference (ITS#4509)
 
index 2612b4d27b8334626b16692dde2e635af6f7201f..68d057ece06911b3ab586bce9f7359b6c7721378 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..."