diff options
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-x | src/auditor/test-revocation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh index a65ba1961..eec279b5a 100755 --- a/src/auditor/test-revocation.sh +++ b/src/auditor/test-revocation.sh @@ -553,7 +553,7 @@ else fi # run tests with pre-build database, if one is available -if test -x revoke-basedb.mpub +if test -r revoke-basedb.mpub then check_with_database "revoke-basedb" else |