version 1.17.2.3, 2008/02/11 23:26:51
|
version 1.17.2.7, 2011/01/04 23:51:07
|
Line 1
|
Line 1
|
#! /bin/sh |
#! /bin/sh |
# $OpenLDAP: pkg/ldap/tests/scripts/test031-component-filter,v 1.17.2.2 2007/08/31 23:14:09 quanah Exp $ |
# $OpenLDAP: pkg/ldap/tests/scripts/test031-component-filter,v 1.17.2.6 2010/04/19 19:14:34 quanah Exp $ |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## |
## |
## Copyright 1998-2008 The OpenLDAP Foundation. |
## Copyright 1998-2011 The OpenLDAP Foundation. |
## All rights reserved. |
## All rights reserved. |
## |
## |
## Redistribution and use in source and binary forms, with or without |
## Redistribution and use in source and binary forms, with or without |
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 |
|
|