X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fstart-master-nolog;h=0dedcb752ac208e905b6e3422b7e3a63f32788b9;hb=1880c23029f01704a90e9ddd847b779b2f271edf;hp=60553216076ba2320611024a3098d4b818dd9dfb;hpb=94193358b46351bc5ee4c7660c1f9b4ded638da8;p=openldap diff --git a/tests/scripts/start-master-nolog b/tests/scripts/start-master-nolog index 6055321607..0dedcb752a 100755 --- a/tests/scripts/start-master-nolog +++ b/tests/scripts/start-master-nolog @@ -35,7 +35,7 @@ PID=$! echo "Using ldapsearch to retrieve all the entries..." for i in 0 1 2 3 4 5; do - $LDAPSEARCH -S "" -b "$BASEDN" -h localhost:$PORT > $SEARCHOUT 2>&1 + $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT > $SEARCHOUT 2>&1 RC=$? if test $RC = 1 ; then echo "Waiting 5 seconds for slapd to start..."