]> git.sur5r.net Git - openldap/commitdiff
ITS#7473 Sort some test041-aci LDIF output if MDB
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 28 Jan 2013 13:25:02 +0000 (14:25 +0100)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 28 Jan 2013 13:25:02 +0000 (14:25 +0100)
tests/scripts/test041-aci

index aa8196026a97d1dac267be4151676ef862bbefac..37d5440de08935e3e9a40fa13a345c9d3a8864c4 100755 (executable)
@@ -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