From: Quanah Gibson-Mount Date: Thu, 10 Jun 2010 19:28:50 +0000 (+0000) Subject: ITS#6553 X-Git-Tag: OPENLDAP_REL_ENG_2_4_23~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=026da3a2223812f0a13931f7d1502a60e4410725;p=openldap ITS#6553 --- diff --git a/CHANGES b/CHANGES index 3f4edb8428..629f156ee3 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,8 @@ OpenLDAP 2.4.23 Engineering Fixed slapd syncrepl rid logging (ITS#6533) Fixed slapd-bdb hasSubordinates computation (ITS#6549) Fixed contrib/nssov network.c missing patch (ITS#6562) + Build Environment + Fixed test043 attribute sorting (ITS#6553) Documentation slapd-config(5) note default rootdn (ITS#6546) diff --git a/tests/scripts/test043-delta-syncrepl b/tests/scripts/test043-delta-syncrepl index 59971e58f7..188489430d 100755 --- a/tests/scripts/test043-delta-syncrepl +++ b/tests/scripts/test043-delta-syncrepl @@ -339,9 +339,9 @@ fi test $KILLSERVERS != no && kill -HUP $KILLPIDS echo "Filtering producer results..." -$LDIFFILTER < $MASTEROUT | grep -iv "^auditcontext:" > $MASTERFLT +$LDIFFILTER -s bdb=a,hdb=a < $MASTEROUT | grep -iv "^auditcontext:" > $MASTERFLT echo "Filtering consumer results..." -$LDIFFILTER < $SLAVEOUT | grep -iv "^auditcontext:" > $SLAVEFLT +$LDIFFILTER -s bdb=a,hdb=a < $SLAVEOUT | grep -iv "^auditcontext:" > $SLAVEFLT echo "Comparing retrieved entries from producer and consumer..." $CMP $MASTERFLT $SLAVEFLT > $CMPOUT