]> git.sur5r.net Git - openldap/commitdiff
cleanup (one search to master, another to slave)
authorJong Hyuk Choi <jongchoi@openldap.org>
Fri, 23 May 2003 17:45:44 +0000 (17:45 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Fri, 23 May 2003 17:45:44 +0000 (17:45 +0000)
tests/scripts/test018-syncreplication-persist

index fb384d6778f63be12be650e6d10e2d4c628d5da6..3fab847f71c31737d2932a4b00058cf6c1671ba0 100755 (executable)
@@ -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