]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8753 Fix pinning test script with no openssl
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 31 Mar 2020 15:33:24 +0000 (16:33 +0100)
committerOndřej Kuzník <ondra@mistotebe.net>
Fri, 3 Apr 2020 08:47:46 +0000 (09:47 +0100)
tests/scripts/test067-tls

index 5f27c168e2fab3f7860828e0dc8b98b7c9093df4..7c2af6494a52bdb46140fe1a66f70aa9b0cfe448 100755 (executable)
@@ -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