summaryrefslogtreecommitdiff
path: root/src/auditor/test-revocation.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-28 18:28:53 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-28 18:28:53 +0200
commit51fa812cf47d8238cca784834a70eafcd0306d04 (patch)
treef083a234746c4e0e576885f3ddcd87e67cda73f7 /src/auditor/test-revocation.sh
parentd089c31e5e5dcab03c6988d87c61c839e447b05b (diff)
downloadexchange-51fa812cf47d8238cca784834a70eafcd0306d04.tar.gz
exchange-51fa812cf47d8238cca784834a70eafcd0306d04.tar.bz2
exchange-51fa812cf47d8238cca784834a70eafcd0306d04.zip
do setup instance
Diffstat (limited to 'src/auditor/test-revocation.sh')
-rwxr-xr-xsrc/auditor/test-revocation.sh2
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