From: Howard Chu Date: Mon, 21 Nov 2005 05:45:25 +0000 (+0000) Subject: Overlay creates log suffix entry automatically X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~750 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=70c70a4e816da3ce5cdabd6490b6be8a5bebe31a;p=openldap Overlay creates log suffix entry automatically --- diff --git a/tests/scripts/test043-delta-syncrepl b/tests/scripts/test043-delta-syncrepl index edff472b21..ab71809d88 100755 --- a/tests/scripts/test043-delta-syncrepl +++ b/tests/scripts/test043-delta-syncrepl @@ -73,19 +73,6 @@ if test $RC != 0 ; then fi echo "Using ldapadd to create the context prefix entries in the master..." -$LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD < /dev/null 2>&1 -dn: cn=log -objectclass: applicationProcess -cn: log - -EOF -RC=$? -if test $RC != 0 ; then - echo "ldapadd failed ($RC)!" - test $KILLSERVERS != no && kill -HUP $KILLPIDS - exit $RC -fi $LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD < \ $LDIFORDEREDCP > /dev/null 2>&1 RC=$?