]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test045-syncreplication-proxied
ITS#5189
[openldap] / tests / scripts / test045-syncreplication-proxied
index 40e7e4bc80af29fcc3e8893f39913fdb8abab507..87727fe2ba46400a66b4be4d307a074abc0e891f 100755 (executable)
@@ -141,7 +141,7 @@ for i in 0 1 2 3 4 5; do
        $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT3 \
                '(objectClass=*)' > /dev/null 2>&1
        RC=$?
-       if test $RC = 0 -o $RC = 53 ; then
+       if test $RC = 0 || test $RC = 53 ; then
                break
        fi
        echo "Waiting 5 seconds for slapd to start..."