mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 04:44:17 -05:00
ITS#8753 Fix pinning test script with no openssl
This commit is contained in:
parent
05e0780558
commit
720057f4f3
1 changed files with 2 additions and 6 deletions
|
|
@ -296,12 +296,8 @@ fi
|
|||
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
|
||||
if test $RC != 0 ; then
|
||||
echo ">>>>> Test failed"
|
||||
else
|
||||
echo ">>>>> Test succeeded"
|
||||
RC=0
|
||||
fi
|
||||
echo ">>>>> Test succeeded"
|
||||
RC=0
|
||||
|
||||
test $KILLSERVERS != no && wait
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue