mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
ITS#7473 Sort some test041-aci LDIF output if MDB
This commit is contained in:
parent
ee12abc425
commit
d235778c71
@ -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 New Issue
Block a user