X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fsql-test000-read;h=2335b4bbb496d03a46b99271d7fe9e0c6a3b205f;hb=3743a5a68e4d608949d5fd04904733ee5c1ac959;hp=d899763d36148aa31c9d50aa733b3ded7f21b0ef;hpb=78d8d6e06d94f87b6f4fe4c9467517da217d8985;p=openldap diff --git a/tests/scripts/sql-test000-read b/tests/scripts/sql-test000-read index d899763d36..2335b4bbb4 100755 --- a/tests/scripts/sql-test000-read +++ b/tests/scripts/sql-test000-read @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2007 The OpenLDAP Foundation. +## Copyright 1998-2012 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -550,9 +550,9 @@ case $RC in esac echo "Filtering ldapsearch results..." -. $LDIFFILTER < $SEARCHOUT > $SEARCHFLT +$LDIFFILTER < $SEARCHOUT > $SEARCHFLT echo "Filtering original ldif..." -. $LDIFFILTER < $SQLREAD > $LDIFFLT +$LDIFFILTER < $SQLREAD > $LDIFFLT echo "Comparing filter output..." $CMP $SEARCHFLT $LDIFFLT > $CMPOUT