From f72566e9f097f9896ab1340ed77ff9d56d539c91 Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Fri, 23 May 2003 18:02:34 +0000 Subject: [PATCH] cleanup ($PORT -> $SLAVEPORT) --- tests/scripts/test007-replication | 2 +- tests/scripts/test017-syncreplication-refresh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/test007-replication b/tests/scripts/test007-replication index 51b27621ed..8deaa27437 100755 --- a/tests/scripts/test007-replication +++ b/tests/scripts/test007-replication @@ -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 diff --git a/tests/scripts/test017-syncreplication-refresh b/tests/scripts/test017-syncreplication-refresh index 20a28eaf24..038c7521db 100755 --- a/tests/scripts/test017-syncreplication-refresh +++ b/tests/scripts/test017-syncreplication-refresh @@ -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 -- 2.39.2