X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fscripts%2Fsql-test900-write;h=a19ea373ed000fb4d1d6513c2f53f9de62c1f33f;hb=9321ecc040deb025675888559cc43052ee563c6a;hp=37f8af8e56079df64e6ac47bd903d7e55c12ee15;hpb=c890c96d13c53cf0fa1d9580fea2ab47a2c8caa9;p=openldap diff --git a/tests/scripts/sql-test900-write b/tests/scripts/sql-test900-write index 37f8af8e56..a19ea373ed 100755 --- a/tests/scripts/sql-test900-write +++ b/tests/scripts/sql-test900-write @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2008 The OpenLDAP Foundation. +## Copyright 1998-2014 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -549,9 +549,9 @@ EOMODS fi echo "Filtering ldapsearch results..." - . $LDIFFILTER < $SEARCHOUT > $SEARCHFLT + $LDIFFILTER < $SEARCHOUT > $SEARCHFLT echo "Filtering modified ldif..." - . $LDIFFILTER < $SQLWRITE > $LDIFFLT + $LDIFFILTER < $SQLWRITE > $LDIFFLT echo "Comparing filter output..." $CMP $SEARCHFLT $LDIFFLT > $CMPOUT