]> git.sur5r.net Git - openldap/commitdiff
cleanup ($PORT -> $SLAVEPORT)
authorJong Hyuk Choi <jongchoi@openldap.org>
Fri, 23 May 2003 18:02:34 +0000 (18:02 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Fri, 23 May 2003 18:02:34 +0000 (18:02 +0000)
tests/scripts/test007-replication
tests/scripts/test017-syncreplication-refresh

index 51b27621eda84ea050faa68327a0deda4b685c88..8deaa2743738c290223222f936ffcaf46c9cb501 100755 (executable)
@@ -64,7 +64,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
index 20a28eaf24916a2946164cc45bec0a4a2a7f9ff2..038c7521dbb7842b937439a70b25abc057bc3c1d 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