From 720057f4f34e990baf421d1132973a1c843314d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 31 Mar 2020 16:33:24 +0100 Subject: [PATCH] ITS#8753 Fix pinning test script with no openssl --- tests/scripts/test067-tls | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/scripts/test067-tls b/tests/scripts/test067-tls index 5f27c168e2..7c2af6494a 100755 --- a/tests/scripts/test067-tls +++ b/tests/scripts/test067-tls @@ -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