From: Jong Hyuk Choi Date: Fri, 23 May 2003 17:45:44 +0000 (+0000) Subject: cleanup (one search to master, another to slave) X-Git-Tag: OPENLDAP_REL_ENG_2_2_0ALPHA~60 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88ae22b8548115ec703064945ae7214f8b417832;p=openldap cleanup (one search to master, another to slave) --- diff --git a/tests/scripts/test018-syncreplication-persist b/tests/scripts/test018-syncreplication-persist index fb384d6778..3fab847f71 100755 --- a/tests/scripts/test018-syncreplication-persist +++ b/tests/scripts/test018-syncreplication-persist @@ -65,7 +65,7 @@ done echo "Using ldapsearch to check that slave slapd is running..." for i in 0 1 2 3 4 5; do - $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT \ + $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $SLAVEPORT \ 'objectclass=*' > /dev/null 2>&1 RC=$? if test $RC = 0 ; then