Skip to content
Snippets Groups Projects
Commit d9b24307 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix misplaced ">>>>> Test succeeded" messages

parent bac546ad
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment