aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/test-revocation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-xsrc/auditor/test-revocation.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index 714fcc8a1..1b5070a3b 100755
--- a/src/auditor/test-revocation.sh
+++ b/src/auditor/test-revocation.sh
@@ -543,6 +543,12 @@ else
543 fi 543 fi
544fi 544fi
545 545
546check_with_database "revoke-basedb" 546# run tests with pre-build database, if one is available
547if test -x revoke-basedb.mpub
548then
549 check_with_database "revoke-basedb"
550else
551 fail=77
552fi
547 553
548exit $fail 554exit $fail