From: Lukas Schauer Date: Wed, 10 Feb 2016 18:31:13 +0000 (+0100) Subject: fixed signcsr test X-Git-Url: https://git.street.me.uk/andy/dehydrated.git/commitdiff_plain/bfb45d8b8fffb21d457f4bc151c32639cdda602c 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