X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fstart-server-nolog;h=b4d618a62c94ce039d7fc044bad6441d3f2b92d6;hb=a5765f1785653cabe18419e710c5b2bf7723b892;hp=4ab42f40122cc68816f8efff119c5dbf5dcff197;hpb=fcf97e84486e1159c0f57114e3b130cf49d7f89d;p=openldap diff --git a/tests/scripts/start-server-nolog b/tests/scripts/start-server-nolog index 4ab42f4012..b4d618a62c 100755 --- a/tests/scripts/start-server-nolog +++ b/tests/scripts/start-server-nolog @@ -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 @@ -48,9 +48,9 @@ if test $RC != 0 ; then fi 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