X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fsql-test001-concurrency;h=a09bbc52268df6569aba5d3e55e6b55150f9ecfd;hb=c8c34cdd43d3603f3b64a56841b4425379c98f45;hp=55dabb6c80cbb1e7b1bba6370c411c06d3695b3d;hpb=4af9eb971559e3a1f0432615e93ec870dc753ddb;p=openldap diff --git a/tests/scripts/sql-test001-concurrency b/tests/scripts/sql-test001-concurrency index 55dabb6c80..a09bbc5226 100755 --- a/tests/scripts/sql-test001-concurrency +++ b/tests/scripts/sql-test001-concurrency @@ -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 @@ -79,7 +79,7 @@ if test $RC != 0 ; then fi echo "Filtering original ldif used to create database..." -. $LDIFFILTER < $SEARCHOUT > $LDIFFLT +$LDIFFILTER < $SEARCHOUT > $LDIFFLT if test "${RDBMSWRITE}" != "yes"; then echo "write test disabled for ${RDBMS}; set SLAPD_USE_SQLWRITE=yes to enable" @@ -124,7 +124,7 @@ if test $RC != 0 ; then fi echo "Filtering ldapsearch results..." -. $LDIFFILTER < $SEARCHOUT > $SEARCHFLT +$LDIFFILTER < $SEARCHOUT > $SEARCHFLT echo "Comparing filter output..." $CMP $SEARCHFLT $LDIFFLT > $CMPOUT