From: Howard Chu Date: Wed, 22 Oct 2003 10:15:07 +0000 (+0000) Subject: Fix typo in killpid X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~515 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c9da565fab9ee812198129f6a1db20657708971e;p=openldap Fix typo in killpid --- diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index 994e72f3ac..6616e16876 100755 --- a/tests/scripts/test020-proxycache +++ b/tests/scripts/test020-proxycache @@ -30,7 +30,7 @@ if test $WAIT != 0 ; then echo PID $PID read foo fi -KILLPIDS="$PIDS" +KILLPIDS="$PID" echo "Using ldapsearch to check that master slapd is running..." for i in 0 1 2 3 4 5; do