From: Kurt Zeilenga Date: Mon, 29 Aug 2005 22:16:38 +0000 (+0000) Subject: Sync with HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_3_7~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4e825f675d4fdb6cf65e0f5d544aaf372d00d579;p=openldap Sync with HEAD --- diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index 797d828802..b8c4340111 100755 --- a/tests/scripts/test020-proxycache +++ b/tests/scripts/test020-proxycache @@ -273,8 +273,10 @@ else exit 1 fi -echo "Comparing cache output..." -$CMP $SLAVEOUT $PROXYCACHEOUT > $CMPOUT +echo "Filtering ldapsearch results..." +. $LDIFFILTER < $SLAVEOUT > $SEARCHFLT +echo "Comparing filter output..." +$CMP $SEARCHFLT $PROXYCACHEOUT > $CMPOUT if test $? != 0 ; then echo "Comparison failed"