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