swtpm/tests/patches/0008-Disable-x509-test-cases.patch
Stefan Berger e78c9db255 tests: Apply patches to IBM TSS2 test suite
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>
2021-03-01 07:54:27 -05:00

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