Projet

Général

Profil

0001-Prevent-loading-of-default-cert-file-during-tests-71.patch

Benjamin Dauvergne, 17 novembre 2022 16:49

Télécharger (627 octets)

Voir les différences:

Subject: [PATCH] Prevent loading of default cert file during tests (#71396)

 tests/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
tests/Makefile.am
3 3
if WITH_TESTS
4 4

  
5 5
TESTS = tests tests2
6
TESTS_ENVIRONMENT = \
7
	SSL_CERT_FILE=/tmp/coin
6 8
noinst_PROGRAMS = tests perfs tests2
7 9

  
8 10

  
9
-