version 1.17.2.5, 2010/04/13 20:24:04
|
version 1.17.2.6, 2010/04/19 19:14:34
|
Line 1
|
Line 1
|
#! /bin/sh |
#! /bin/sh |
# $OpenLDAP: pkg/ldap/tests/scripts/test031-component-filter,v 1.17.2.4 2009/01/22 00:01:19 kurt Exp $ |
# $OpenLDAP$ |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## |
## |
## Copyright 1998-2010 The OpenLDAP Foundation. |
## Copyright 1998-2010 The OpenLDAP Foundation. |
Line 314 fi
|
Line 314 fi
|
test $KILLSERVERS != no && kill -HUP $KILLPIDS |
test $KILLSERVERS != no && kill -HUP $KILLPIDS |
|
|
echo "Filtering ldapsearch results..." |
echo "Filtering ldapsearch results..." |
. $LDIFFILTER < $SEARCHOUT > $SEARCHFLT |
$LDIFFILTER < $SEARCHOUT > $SEARCHFLT |
echo "Comparing filter output..." |
echo "Comparing filter output..." |
$CMP $SEARCHFLT $COMPSEARCHOUT > $CMPOUT |
$CMP $SEARCHFLT $COMPSEARCHOUT > $CMPOUT |
|
|