From: Ryan Tandy Date: Tue, 25 Apr 2017 01:53:56 +0000 (+0000) Subject: ITS#8644 fix previous commit: initialize KILLPIDS X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9e657b7676895ecddb0f2e14791be3f06d9543b1;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..."