X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fscripts%2Ftest021-certificate;h=b8842ba380bcd8df2c7763e527fc81df8b5b90f8;hb=a5765f1785653cabe18419e710c5b2bf7723b892;hp=57d6e89adf86a024e7c86f8b340c66e109d29c68;hpb=fcf97e84486e1159c0f57114e3b130cf49d7f89d;p=openldap diff --git a/tests/scripts/test021-certificate b/tests/scripts/test021-certificate index 57d6e89adf..b8842ba380 100755 --- a/tests/scripts/test021-certificate +++ b/tests/scripts/test021-certificate @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2009 The OpenLDAP Foundation. +## Copyright 1998-2012 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -307,9 +307,9 @@ test $KILLSERVERS != no && kill -HUP $KILLPIDS LDIF=$CERTIFICATETLS echo "Filtering ldapsearch results..." -. $LDIFFILTER < $SEARCHOUT > $SEARCHFLT +$LDIFFILTER < $SEARCHOUT > $SEARCHFLT echo "Filtering original ldif used to create database..." -. $LDIFFILTER < $LDIF > $LDIFFLT +$LDIFFILTER < $LDIF > $LDIFFLT echo "Comparing filter output..." $CMP $SEARCHFLT $LDIFFLT > $CMPOUT