]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test028-idassert
ITS#5810: support back-ldif
[openldap] / tests / scripts / test028-idassert
index 75f1a8b60d7a6de44ccc1262e07d90ba71622abb..59d45db3d8cbcc4bb1a830e082fd76e6c06aea0e 100755 (executable)
@@ -205,12 +205,12 @@ if test $RC != 0 ; then
 fi
 
 echo "Filtering ldapsearch results..."
-$LDIFFILTER < $SEARCHOUT > $SEARCHFLT
+$LDIFFILTER -s ldif=e < $SEARCHOUT > $SEARCHFLT
 echo "Filtering original ldif used to create database..."
-$LDIFFILTER < $IDASSERTOUT > $LDIFFLT
+$LDIFFILTER -s ldif=e < $IDASSERTOUT > $LDIFFLT
 echo "Comparing filter output..."
 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
-       
+
 if test $? != 0 ; then
        echo "comparison failed - search with identity assertion didn't succeed"
        test $KILLSERVERS != no && kill -HUP $KILLPIDS