From: Ryan Tandy Date: Tue, 25 Apr 2017 01:53:56 +0000 (+0000) Subject: ITS#8644 fix previous commit: initialize KILLPIDS X-Git-Tag: OPENLDAP_REL_ENG_2_4_45~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c1b9e92c79cbb5c8eb72d31885613b19d5914d62;p=openldap ITS#8644 fix previous commit: initialize KILLPIDS --- diff --git a/tests/scripts/test064-constraint b/tests/scripts/test064-constraint index 2ac53acb18..f0a68c4d41 100755 --- a/tests/scripts/test064-constraint +++ b/tests/scripts/test064-constraint @@ -115,6 +115,7 @@ if test $WAIT != 0 ; then echo PID $PID read foo fi +KILLPIDS="$PID" sleep 1 echo "Using ldapsearch to check that slapd is running..."