]> git.sur5r.net Git - openldap/commitdiff
Fix script so it exits
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 5 Oct 2017 16:23:02 +0000 (09:23 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 5 Oct 2017 16:23:02 +0000 (09:23 -0700)
tests/data/regressions/its8752/its8752

index 30a51846bf36182cd0435ca6bd179ea8bf884c5e..e978e0f14df5bc0b47e48ba49e172758a47ec3d6 100755 (executable)
@@ -202,10 +202,12 @@ changetype: modify
 replace: sn
 sn: Fudd
 EOMODS
-
+       sleep 1
        n=`expr $n + 1`
 done
 
+test $KILLSERVERS != no && kill -HUP $KILLPIDS
+
 echo ">>>>> Test succeeded"
 
 test $KILLSERVERS != no && wait