mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#8753 Fix pinning test script with no openssl
This commit is contained in:
parent
05e0780558
commit
720057f4f3
@ -296,12 +296,8 @@ fi
|
|||||||
|
|
||||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||||
|
|
||||||
if test $RC != 0 ; then
|
echo ">>>>> Test succeeded"
|
||||||
echo ">>>>> Test failed"
|
RC=0
|
||||||
else
|
|
||||||
echo ">>>>> Test succeeded"
|
|
||||||
RC=0
|
|
||||||
fi
|
|
||||||
|
|
||||||
test $KILLSERVERS != no && wait
|
test $KILLSERVERS != no && wait
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user