We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a649d1a commit f4463fbCopy full SHA for f4463fb
test/integration_tests.sh
@@ -1043,15 +1043,6 @@ testCRLOK() {
1043
1044
}
1045
1046
-testCRLFail() {
1047
-
1048
- # shellcheck disable=SC2086
1049
- ${SCRIPT} ${TEST_DEBUG} --host revoked.grc.com --ignore-ocsp
1050
- EXIT_CODE=$?
1051
- assertEquals "wrong exit code" "${NAGIOS_CRITICAL}" "${EXIT_CODE}"
1052
1053
-}
1054
1055
testAcceptableClientCertCAMissing() {
1056
1057
# shellcheck disable=SC2086
0 commit comments