mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-11 09:40:11 -04:00
Sync with HEAD
This commit is contained in:
parent
7a9a4988fc
commit
4e825f675d
1 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue