swtpm/0001-Disable-broken-tests.patch

26 lines
723 B
Diff

diff -Nur swtpm-091be8054b5863ff86c5efcb072dcdd45e3696d1/tests/Makefile.am swtpm-091be8054b5863ff86c5efcb072dcdd45e3696d1_bak/tests/Makefile.am
--- swtpm-091be8054b5863ff86c5efcb072dcdd45e3696d1/tests/Makefile.am 2020-09-15 16:06:25.000000000 +0800
+++ swtpm-091be8054b5863ff86c5efcb072dcdd45e3696d1_bak/tests/Makefile.am 2022-03-17 20:24:52.148059099 +0800
@@ -70,8 +70,7 @@
if HAVE_TCSD
TESTS += \
- test_commandline \
- test_parameters
+ test_commandline
endif
if WITH_GNUTLS
@@ -82,11 +81,6 @@
test_tpm2_swtpm_cert \
test_tpm2_swtpm_cert_ecc \
test_tpm2_swtpm_setup_create_cert
-if HAVE_TCSD
-TESTS += \
- test_swtpm_setup_create_cert \
- test_samples_create_tpmca
-endif
endif
EXTRA_DIST=$(TESTS) \