Sync with HEAD

This commit is contained in:
Kurt Zeilenga 2005-08-29 22:16:38 +00:00
parent 7a9a4988fc
commit 4e825f675d

View file

@ -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"