From: Ondřej Kuzník Date: Mon, 24 Jun 2019 14:37:23 +0000 (+0200) Subject: [PATCH] ITS#9038 Fix typo in test script X-Git-Tag: archive/raspbian/2.4.47+dfsg-3+rpi1+deb10u7^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0da2f79edf6f536ba2c98af46f88b0501b7c9f0a;p=openldap.git [PATCH] ITS#9038 Fix typo in test script Gbp-Pq: Name ITS-9038-Fix-typo-in-test-script.patch --- diff --git a/tests/scripts/test028-idassert b/tests/scripts/test028-idassert index b163629f..35d76869 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"