From: Ondřej Kuzník Date: Wed, 26 Jun 2019 22:45:29 +0000 (+0200) Subject: ITS#9038 Another test028 typo X-Git-Tag: OPENLDAP_REL_ENG_2_4_48~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0832ec02f0679cf0862dca2cca5280be1e4fdb37;p=thirdparty%2Fopenldap.git ITS#9038 Another test028 typo --- diff --git a/tests/scripts/test028-idassert b/tests/scripts/test028-idassert index 564a615d27..dacd68d8fb 100755 --- a/tests/scripts/test028-idassert +++ b/tests/scripts/test028-idassert @@ -252,7 +252,7 @@ if test $USE_SASL != "no" ; then if test $RC != 50 ; then echo "ldapwhoami should have failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS - exit $RC + exit 1 fi echo "Filtering ldapsearch results..."