mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 21:04:45 -05:00
ITS#7473 Sort some test041-aci LDIF output if MDB
This commit is contained in:
parent
ee12abc425
commit
d235778c71
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue