fix previous commit

This commit is contained in:
Pierangelo Masarati 2005-04-29 16:01:59 +00:00
parent 536d4f8e94
commit 09a9e75228

View file

@ -149,7 +149,7 @@ case $RC in
exit 0
;;
*)
echo "Compare failed ($RC)!"
echo "Search failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;
@ -283,7 +283,7 @@ case $RC in
exit 0
;;
*)
echo "Compare failed ($RC)!"
echo "Search failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;
@ -309,7 +309,7 @@ case $RC in
exit 0
;;
*)
echo "Compare failed ($RC)!"
echo "Search failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;
@ -340,7 +340,7 @@ case $RC in
exit 0
;;
*)
echo "Compare failed ($RC)!"
echo "Search failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;
@ -370,7 +370,7 @@ case $RC in
exit 0
;;
*)
echo "Compare failed ($RC)!"
echo "Search failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;
@ -400,7 +400,7 @@ case $RC in
exit 0
;;
*)
echo "Compare failed ($RC)!"
echo "Search failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;
@ -439,7 +439,7 @@ case $RC in
exit 0
;;
*)
echo "Compare failed ($RC)!"
echo "Passwd ExOp failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;
@ -462,7 +462,7 @@ case $RC in
echo "### Hit LDAP_BUSY problem; you may want to re-run the test"
;;
*)
echo "Compare failed ($RC)!"
echo "WhoAmI failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;
@ -510,7 +510,7 @@ case $RC in
exit 0
;;
*)
echo "Compare failed ($RC)!"
echo "Passwd ExOp failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;
@ -533,7 +533,7 @@ case $RC in
echo "### Hit LDAP_BUSY problem; you may want to re-run the test"
;;
*)
echo "Compare failed ($RC)!"
echo "WhoAmI failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
;;