]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test041-aci
ITS#7743 Fix indexed AND filter
[openldap] / tests / scripts / test041-aci
index fe7f80cd0f9b5948a725be3102380c202d6ce068..37d5440de08935e3e9a40fa13a345c9d3a8864c4 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2012 The OpenLDAP Foundation.
+## Copyright 1998-2013 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -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