From 88ae22b8548115ec703064945ae7214f8b417832 Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Fri, 23 May 2003 17:45:44 +0000 Subject: [PATCH] cleanup (one search to master, another to slave) --- tests/scripts/test018-syncreplication-persist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5