From b50ef95495ecd9552413aa3ea876d68d01d4daac Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 10 Aug 2020 23:18:48 +0100 Subject: [PATCH] ITS#9309 fix exit status on prev commit --- tests/scripts/test022-ppolicy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..." -- 2.47.2