mirror of
https://github.com/certbot/certbot.git
synced 2026-02-25 02:44:28 -05:00
Fix test
This commit is contained in:
parent
c29878ace9
commit
f4baf1fc39
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue