From 2721246545f668eaa1a6f66ea194f6075ce833bb 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 d46843387e..6e8eae024c 100755 --- a/tests/scripts/test022-ppolicy +++ b/tests/scripts/test022-ppolicy @@ -74,7 +74,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..."