]> git.sur5r.net Git - openldap/commitdiff
Sync with HEAD
authorKurt Zeilenga <kurt@openldap.org>
Mon, 29 Aug 2005 22:16:38 +0000 (22:16 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 29 Aug 2005 22:16:38 +0000 (22:16 +0000)
tests/scripts/test020-proxycache

index 797d828802a91fc494f33ed1a9be4063fa0af1b6..b8c43401114bc6c08245d031ce4ff7364a5464e0 100755 (executable)
@@ -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"