From: Pierangelo Masarati Date: Tue, 25 May 2010 01:58:18 +0000 (+0000) Subject: sort attrs (blind fix for ITS#6553) X-Git-Tag: MIGRATION_CVS2GIT~589 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5a5703906e4bf0125d7df9edb4fea32bb3cbaec0;p=openldap sort attrs (blind fix for ITS#6553) --- 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