]> git.sur5r.net Git - openldap/commitdiff
ITS#6553
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 10 Jun 2010 19:28:50 +0000 (19:28 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 10 Jun 2010 19:28:50 +0000 (19:28 +0000)
CHANGES
tests/scripts/test043-delta-syncrepl

diff --git a/CHANGES b/CHANGES
index 3f4edb8428bdf960d92abc3caf1cfa0118b95a1d..629f156ee34261ca959e0cf77ff876b1b900c8de 100644 (file)
--- 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)
 
index 59971e58f780c0e9d37863ce1afd189acf3ccce1..188489430d087fb9e72634dc9272c87ebed53a1f 100755 (executable)
@@ -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