--- tests/scripts/relay 2009/11/29 08:10:25 1.19 +++ tests/scripts/relay 2009/11/29 18:05:26 1.20 @@ -1,5 +1,5 @@ #! /bin/sh -# $OpenLDAP: pkg/ldap/tests/scripts/relay,v 1.18 2009/01/21 23:40:44 kurt Exp $ +# $OpenLDAP: pkg/ldap/tests/scripts/relay,v 1.19 2009/11/29 08:10:25 hallvard Exp $ ## This work is part of OpenLDAP Software . ## ## Copyright 1998-2009 The OpenLDAP Foundation. @@ -386,11 +386,10 @@ $LDAPCOMPARE -h $LOCALHOST -p $PORT1 \ "cn=Added User,ou=Alumni Association,ou=People,$BASEDN" \ "seeAlso:cn=All Staff,ou=Groups,$BASEDN" >> $TESTOUT 2>&1 RC=$? -if test $RC != 6 ; then +if test $RC != 6 && test $RC,$BACKEND != 5,null ; then echo "Compare failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS exit $RC fi test $KILLSERVERS != no && kill -HUP $KILLPIDS -