ITS#9038 Fix typo in test script

This commit is contained in:
Ondřej Kuzník 2019-06-24 16:37:23 +02:00
parent 17b5b3d7f8
commit 12f0242589

View File

@ -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"