From 5a5703906e4bf0125d7df9edb4fea32bb3cbaec0 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 25 May 2010 01:58:18 +0000 Subject: [PATCH] sort attrs (blind fix for ITS#6553) --- tests/scripts/test043-delta-syncrepl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5