]> git.sur5r.net Git - openldap/commitdiff
Fix typo in killpid
authorHoward Chu <hyc@openldap.org>
Wed, 22 Oct 2003 10:15:07 +0000 (10:15 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 22 Oct 2003 10:15:07 +0000 (10:15 +0000)
tests/scripts/test020-proxycache

index 994e72f3aca27421d48422d9cf86db7c03570585..6616e16876a4b0171f7dc8ae79dc31fd45134a9d 100755 (executable)
@@ -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