1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-27 19:42:53 +03:00
This commit is contained in:
Peter Eckersley
2016-12-23 10:48:14 -08:00
parent c29878ace9
commit f4baf1fc39

View File

@@ -32,7 +32,7 @@ if [ "$TEST_CERTS" != 2 ] ; then
exit 1
fi
if [ "$REVOKED" != 2 ] ; then
if [ "$REVOKED" != 1 ] ; then
echo Did not find one revoked cert as expected ("$REVOKED")
exit 1
fi