X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fsql-test000-read;h=725f4eec5b103b79dd46b3d6b56b5fb0260d89ef;hb=c8c34cdd43d3603f3b64a56841b4425379c98f45;hp=d899763d36148aa31c9d50aa733b3ded7f21b0ef;hpb=78d8d6e06d94f87b6f4fe4c9467517da217d8985;p=openldap diff --git a/tests/scripts/sql-test000-read b/tests/scripts/sql-test000-read index d899763d36..725f4eec5b 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-2011 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