]> git.sur5r.net Git - openldap/commitdiff
Fix misplaced ">>>>> Test succeeded" messages
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 26 Apr 2006 15:08:34 +0000 (15:08 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 26 Apr 2006 15:08:34 +0000 (15:08 +0000)
tests/scripts/test042-valsort

index 6e72d0b9a891f2c7485fa48a866f05a92d706e26..ab02ad5ad45500aa472548e6ed4078586fb733e5 100755 (executable)
@@ -85,8 +85,6 @@ if test $? != 0 ; then
        exit 1
 fi
 
-echo ">>>>> Test succeeded"
-
 echo "Reconfiguring slapd to test valsort descending"
 
 $LDAPMODIFY -x -D cn=config -h $LOCALHOST -p $PORT1 -w $PASSWD > \
@@ -133,8 +131,6 @@ if test $? != 0 ; then
        exit 1
 fi
 
-echo ">>>>> Test succeeded"
-
 echo "Adding a valsort record with weighted ou..."
 
 $LDAPADD -D "$VALSORTDN" -h $LOCALHOST -p $PORT1 -w $PASSWD \
@@ -217,8 +213,8 @@ fi
 
 test $KILLSERVERS != no && kill -HUP $KILLPIDS
 
-echo ">>>>> Test succeeded"
-
 test $KILLSERVERS != no && wait
 
+echo ">>>>> Test succeeded"
+
 exit 0