version 1.17, 2006/01/11 04:25:09
|
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.16 2006/01/03 22:12:29 kurt 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-2006 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 |
|
|