ITS#7473 Sort some test041-aci LDIF output if MDB

This commit is contained in:
Hallvard Furuseth 2013-01-28 14:25:02 +01:00
parent ee12abc425
commit d235778c71

View File

@ -240,9 +240,9 @@ test $KILLSERVERS != no && kill -HUP $KILLPIDS
LDIF=$ACIOUT
echo "Filtering ldapsearch results..."
$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
$LDIFFILTER -s mdb=e < $SEARCHOUT > $SEARCHFLT
echo "Filtering original ldif used to create database..."
$LDIFFILTER < $LDIF > $LDIFFLT
$LDIFFILTER -s mdb=e < $LDIF > $LDIFFLT
echo "Comparing filter output..."
$CMP $SEARCHFLT $LDIFFLT > $CMPOUT