]> git.sur5r.net Git - openldap/commitdiff
test handles known issues so it can be always on in HEAD
authorPierangelo Masarati <ando@openldap.org>
Mon, 26 Dec 2005 17:04:04 +0000 (17:04 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 26 Dec 2005 17:04:04 +0000 (17:04 +0000)
tests/scripts/test045-syncreplication-proxied

index ec7db03e6ffdafef13bb9f1aef7248e6857c5390..53004e8902df4c1ded54abeba60085049bde2386 100755 (executable)
@@ -18,10 +18,11 @@ if test "$BACKEND" != "bdb" && test "$BACKEND" != "hdb" ; then
        exit 0
 fi
 
-if test x"$PROXYSYNC" = x ; then
-       echo "Test disabled; set PROXYSYNC=yes to enable"
-       exit 0
-fi
+# test now handles known issues
+#if test x"$PROXYSYNC" = x ; then
+#      echo "Test disabled; set PROXYSYNC=yes to enable"
+#      exit 0
+#fi
 
 echo "running defines.sh"
 . $SRCDIR/scripts/defines.sh