]> git.sur5r.net Git - openldap/commitdiff
Add missing 'kill -HUP $KILLPIDS' statement before an exit.
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 26 Sep 2005 15:28:11 +0000 (15:28 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 26 Sep 2005 15:28:11 +0000 (15:28 +0000)
tests/scripts/test011-glue-slapadd

index f87fe6df770f469b50079c5e251a341976f2d4ce..f54e0b5098cde1b83a3221b3863651ece333f74b 100755 (executable)
@@ -49,6 +49,7 @@ done
 
 if test $RC != 0 ; then
        echo "ldapsearch failed ($RC)!"
+       test $KILLSERVERS != no && kill -HUP $KILLPIDS
        exit $RC
 fi