--- tests/scripts/test000-rootdse 2005/10/05 17:41:31 1.22.2.4 +++ tests/scripts/test000-rootdse 2007/08/31 23:14:09 1.29.2.2 @@ -1,8 +1,8 @@ #! /bin/sh -# $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.27 2005/09/30 05:32:49 hyc Exp $ +# $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.31 2007/01/02 19:01:19 kurt Exp $ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2005 The OpenLDAP Foundation. +## Copyright 1998-2007 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -33,7 +33,7 @@ sleep 1 echo "Using ldapsearch to retrieve the root DSE..." for i in 0 1 2 3 4 5; do $LDAPSEARCH -b "" -s base -h $LOCALHOST -p $PORT1 \ - '+extensibleObject' > $SEARCHOUT 2>&1 + '@extensibleObject' > $SEARCHOUT 2>&1 RC=$? if test $RC = 0 ; then break @@ -57,7 +57,7 @@ if test $RC = 0 ; then count=3 echo "Using ldapsearch to retrieve the cn=Monitor..." $LDAPSEARCH -b "cn=Monitor" -s base -h $LOCALHOST -p $PORT1 \ - '+extensibleObject' >> $SEARCHOUT 2>&1 + '@monitor' >> $SEARCHOUT 2>&1 RC=$? ;; esac @@ -81,4 +81,6 @@ else fi fi +test $KILLSERVERS != no && wait + exit $RC