From: Howard Chu Date: Mon, 10 Aug 2020 22:18:48 +0000 (+0100) Subject: ITS#9309 fix exit status on prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_51~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b50ef95495ecd9552413aa3ea876d68d01d4daac;p=thirdparty%2Fopenldap.git ITS#9309 fix exit status on prev commit --- diff --git a/tests/scripts/test022-ppolicy b/tests/scripts/test022-ppolicy index cde344de1f..2e8dfa0f4d 100755 --- a/tests/scripts/test022-ppolicy +++ b/tests/scripts/test022-ppolicy @@ -72,7 +72,7 @@ RC=$? if test $RC = 0 ; then echo "ldapadd should have failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS - exit $RC + exit 1 fi echo "Using ldapadd to populate the database..."