Browse Source
Don't check certificate is installed when testing against staging server
pull/599/head
Tim Kimber
5 years ago
No known key found for this signature in database
GPG Key ID: 3E1804964E76BD18
1 changed files with
3 additions and
0 deletions
-
test/24-wildcard-sans.bats
|
|
|
@ -35,6 +35,9 @@ teardown() { |
|
|
|
init_getssl |
|
|
|
|
|
|
|
echo 'SANS="${GETSSL_HOST}"' > ${INSTALL_DIR}/.getssl/${GETSSL_CMD_HOST}/getssl_test_specific.cfg |
|
|
|
if [ -n "$STAGING" ]; then |
|
|
|
echo 'CHECK_REMOTE="false"' >> ${INSTALL_DIR}/.getssl/${GETSSL_CMD_HOST}/getssl_test_specific.cfg |
|
|
|
fi |
|
|
|
|
|
|
|
create_certificate |
|
|
|
assert_success |
|
|
|
|