sort attrs (blind fix for ITS#6553)

This commit is contained in:
Pierangelo Masarati 2010-05-25 01:58:18 +00:00
parent d43cabbcc1
commit 5a5703906e

View file

@ -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