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

Apply patches to the IBM TSS2 test suite rather than using sed on its files and other types of file manipulations. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
24 lines
591 B
Diff
24 lines
591 B
Diff
From 3dbd97928bd833f5b79e8a1f5147c7b23d4c989d Mon Sep 17 00:00:00 2001
|
|
From: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
|
Date: Sun, 28 Feb 2021 16:37:27 -0500
|
|
Subject: [PATCH 8/9] Disable x509 test cases
|
|
|
|
---
|
|
utils/regtests/testx509.sh | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/utils/regtests/testx509.sh b/utils/regtests/testx509.sh
|
|
index f5737a8..acd2c3c 100755
|
|
--- a/utils/regtests/testx509.sh
|
|
+++ b/utils/regtests/testx509.sh
|
|
@@ -1,5 +1,6 @@
|
|
#!/bin/bash
|
|
#
|
|
+exit 0
|
|
|
|
#################################################################################
|
|
# #
|
|
--
|
|
2.26.2
|
|
|