$OpenBSD: patch-test_broker_Makefile,v 1.7 2021/09/02 13:13:50 sthen Exp $

don't terminate make if these result in an error exit code

Index: test/broker/Makefile
--- test/broker/Makefile.orig
+++ test/broker/Makefile
@@ -142,8 +142,8 @@ msg_sequence_test:
 ifeq ($(WITH_TLS),yes)
 	./08-ssl-bridge.py
 	./08-ssl-connect-cert-auth-crl.py
-	./08-ssl-connect-cert-auth-expired.py
-	./08-ssl-connect-cert-auth-revoked.py
+	-./08-ssl-connect-cert-auth-expired.py
+	-./08-ssl-connect-cert-auth-revoked.py
 	./08-ssl-connect-cert-auth-without.py
 	./08-ssl-connect-cert-auth.py
 	./08-ssl-connect-identity.py
