From: Pierangelo Masarati Date: Mon, 26 Dec 2005 17:04:04 +0000 (+0000) Subject: test handles known issues so it can be always on in HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~501 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3897c50da9db98efb25bc06f2b004d1b5ae0bdef;p=openldap test handles known issues so it can be always on in HEAD --- diff --git a/tests/scripts/test045-syncreplication-proxied b/tests/scripts/test045-syncreplication-proxied index ec7db03e6f..53004e8902 100755 --- a/tests/scripts/test045-syncreplication-proxied +++ b/tests/scripts/test045-syncreplication-proxied @@ -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