diff options
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-x | src/auditor/test-revocation.sh | 8 |
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 |
544 | fi | 544 | fi |
545 | 545 | ||
546 | check_with_database "revoke-basedb" | 546 | # run tests with pre-build database, if one is available |
547 | if test -x revoke-basedb.mpub | ||
548 | then | ||
549 | check_with_database "revoke-basedb" | ||
550 | else | ||
551 | fail=77 | ||
552 | fi | ||
547 | 553 | ||
548 | exit $fail | 554 | exit $fail |