From bfb45d8b8fffb21d457f4bc151c32639cdda602c Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Wed, 10 Feb 2016 19:31:13 +0100 Subject: [PATCH] fixed signcsr test --- test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5