Browse Source

Don't check certificate is installed when testing against staging server

pull/599/head
Tim Kimber 5 years ago
parent
commit
5677a13fd5
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      test/24-wildcard-sans.bats

+ 3
- 0
test/24-wildcard-sans.bats View File

@ -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


Loading…
Cancel
Save