]> git.sur5r.net Git - openldap/commitdiff
sort attrs (blind fix for ITS#6553)
authorPierangelo Masarati <ando@openldap.org>
Tue, 25 May 2010 01:58:18 +0000 (01:58 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 25 May 2010 01:58:18 +0000 (01:58 +0000)
tests/scripts/test043-delta-syncrepl

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