~ubuntu-branches/ubuntu/maverick/openldap/maverick

« back to all changes in this revision

Viewing changes to tests/data/regressions/its4448/its4448

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-02-18 00:58:13 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218005813-8230cn0y207m8wzy
Tags: 2.4.21-0ubuntu1
* New upstream release.
* debian/rules, debian/schema/extra/: 
  Fix get-orig-source rule to supports extra schemas shipped as part of the
  debian/schema/ directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# $OpenLDAP: pkg/ldap/tests/data/regressions/its4448/its4448,v 1.1.2.4 2009/01/22 00:01:17 kurt Exp $
 
2
# $OpenLDAP: pkg/ldap/tests/data/regressions/its4448/its4448,v 1.1.2.5 2009/12/15 20:37:40 quanah Exp $
3
3
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4
4
##
5
5
## Copyright 1998-2009 The OpenLDAP Foundation.
297
297
 
298
298
echo "Using ldapsearch to retrieve all the entries..."
299
299
$LDAPSEARCH -S "" -b "$METABASEDN" -h $LOCALHOST -p $PORT3 \
300
 
                        'objectClass=*' > $SEARCHOUT 2>&1
 
300
                        '(objectClass=*)' > $SEARCHOUT 2>&1
301
301
RC=$?
302
302
 
303
303
test $KILLSERVERS != no && kill -HUP $KILLPIDS
312
312
echo "Filtering original ldif used to create database..."
313
313
. $LDIFFILTER < $METACONCURRENCYOUT > $LDIFFLT
314
314
echo "Comparing filter output..."
315
 
$CMP $SEARCHFLT $LDIFFLT > $CMPOUT
 
315
$BCMP $SEARCHFLT $LDIFFLT > $CMPOUT
316
316
 
317
317
if test $? != 0 ; then
318
318
        echo "comparison failed - slapd-meta search/modification didn't succeed"