From: Lukas Schauer Date: Wed, 10 Feb 2016 18:31:13 +0000 (+0100) Subject: fixed signcsr test X-Git-Tag: v0.1.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb45d8b8fffb21d457f4bc151c32639cdda602c;p=thirdparty%2Fdehydrated.git fixed signcsr test --- diff --git a/test.sh b/test.sh index 979ae8e..0716611 100755 --- a/test.sh +++ b/test.sh @@ -176,7 +176,9 @@ _CHECK_ERRORLOG # Check if signcsr command is working _TEST "Running signcsr command" ./letsencrypt.sh --signcsr certs/${TMP_URL}/cert.csr > tmplog 2> errorlog || _FAIL "Script execution failed" -_CHECK_ERRORLOG +_CHECK_LOG "BEGIN CERTIFICATE" +_CHECK_LOG "END CERTIFICATE" +_CHECK_NOT_LOG "ERROR" # Delete account key (not needed anymore) rm account_key.pem