]> git.sur5r.net Git - openldap/commitdiff
Test fails, disable in RE24
authorKurt Zeilenga <kurt@openldap.org>
Tue, 22 Aug 2006 01:46:46 +0000 (01:46 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 22 Aug 2006 01:46:46 +0000 (01:46 +0000)
tests/scripts/test045-syncreplication-proxied

index 47c9bad8cfdc4b5d76c84442086340a753f71181..a3f1f901adf06faab74043faeeef0c5666570cce 100755 (executable)
@@ -19,10 +19,10 @@ if test "$BACKEND" != "bdb" && test "$BACKEND" != "hdb" ; then
 fi
 
 # test now handles known issues
-#if test x"$PROXYSYNC" = x ; then
-#      echo "Test disabled; set PROXYSYNC=yes to enable"
-#      exit 0
-#fi
+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