version 1.18, 2009/01/21 23:40:44
|
version 1.19, 2009/11/29 08:10:25
|
Line 1
|
Line 1
|
#! /bin/sh |
#! /bin/sh |
# $OpenLDAP: pkg/ldap/tests/scripts/relay,v 1.17 2008/01/15 20:59:23 ando Exp $ |
# $OpenLDAP: pkg/ldap/tests/scripts/relay,v 1.18 2009/01/21 23:40:44 kurt 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-2009 The OpenLDAP Foundation. |
## Copyright 1998-2009 The OpenLDAP Foundation. |
Line 344 if test $RC != 0 ; then
|
Line 344 if test $RC != 0 ; then
|
fi |
fi |
|
|
echo "Filtering ldapsearch results..." |
echo "Filtering ldapsearch results..." |
. $LDIFFILTER < $SEARCHOUT > $SEARCHFLT |
$LDIFFILTER < $SEARCHOUT > $SEARCHFLT |
echo "Filtering original ldif used to create database..." |
echo "Filtering original ldif used to create database..." |
. $LDIFFILTER < $RELAYOUT > $LDIFFLT |
$LDIFFILTER < $RELAYOUT > $LDIFFLT |
echo "Comparing filter output..." |
echo "Comparing filter output..." |
$CMP $SEARCHFLT $LDIFFLT > $CMPOUT |
$CMP $SEARCHFLT $LDIFFLT > $CMPOUT |
|
|