From: Ondřej Kuzník Date: Mon, 24 Jun 2019 14:37:23 +0000 (+0200) Subject: ITS#9038 Fix typo in test script X-Git-Tag: OPENLDAP_REL_ENG_2_4_48~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c064d45c5d4551f2321276c3a5ed25b1c08e115d;p=thirdparty%2Fopenldap.git ITS#9038 Fix typo in test script --- diff --git a/tests/scripts/test028-idassert b/tests/scripts/test028-idassert index 9e5e107247..564a615d27 100755 --- a/tests/scripts/test028-idassert +++ b/tests/scripts/test028-idassert @@ -199,7 +199,7 @@ RC=$? if test $RC != 1 ; then echo "ldapwhoami should have failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS - exit $RC + exit 1 fi ID="uid=jaj,ou=People,dc=example,dc=it"