mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 19:04:35 +00:00

Older versions of libtpms need to have another patch applied that disables x509 certificate creation (0013-Disable-x509-test-cases-part2.patch). Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
24 lines
608 B
Diff
24 lines
608 B
Diff
From 0c129c17aad8114f5b03ee5b9cd03b0e2a5e9dc6 Mon Sep 17 00:00:00 2001
|
|
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
|
Date: Sun, 28 Feb 2021 16:33:02 -0500
|
|
Subject: [PATCH 05/13] Disable tests related to 'events'
|
|
|
|
---
|
|
utils/regtests/testevent.sh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/utils/regtests/testevent.sh b/utils/regtests/testevent.sh
|
|
index c201cb2..64eb624 100755
|
|
--- a/utils/regtests/testevent.sh
|
|
+++ b/utils/regtests/testevent.sh
|
|
@@ -1,5 +1,6 @@
|
|
#!/bin/bash
|
|
#
|
|
+exit 0
|
|
|
|
#################################################################################
|
|
# #
|
|
--
|
|
2.39.1
|
|
|