X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest012-glue-populate;h=4ab21826d9f5cc6b0d80a65a8163137f1eeadf89;hb=58c0bf5ad12415ac4fde91d4ae39ac883eb28106;hp=9767037789feb4778ec3a4ec151041e91c7aed3f;hpb=fcf97e84486e1159c0f57114e3b130cf49d7f89d;p=openldap diff --git a/tests/scripts/test012-glue-populate b/tests/scripts/test012-glue-populate index 9767037789..4ab21826d9 100755 --- a/tests/scripts/test012-glue-populate +++ b/tests/scripts/test012-glue-populate @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2009 The OpenLDAP Foundation. +## Copyright 1998-2011 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -65,9 +65,9 @@ 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 < $LDIFGLUED > $LDIFFLT +$LDIFFILTER -s ldif=e < $LDIFGLUED > $LDIFFLT echo "Comparing filter output..." $CMP $SEARCHFLT $LDIFFLT > $CMPOUT