Move the PKCS#11 provider environment variable where it needs to be

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Sahana Prasad <sahana@redhat.com>
Reviewed-by: Norbert Pocs <norbertpocs0@gmail.com>
This commit is contained in:
Jakub Jelen
2025-04-10 14:38:51 +02:00
parent 04a58919f8
commit 184dad101d

View File

@@ -80,8 +80,9 @@ if (UNIX AND NOT WIN32)
${LIBSSH_UNIT_TESTS}
torture_pki_ed25519_uri
)
list(APPEND TORTURE_UNIT_ENVIRONMENT
PKCS11_PROVIDER_DEBUG=file:/tmp/p11prov-debug.log)
endif()
list(APPEND TORTURE_UNIT_ENVIRONMENT PKCS11_PROVIDER_DEBUG=file:/tmp/p11prov-debug.log)
endif()
if (HAVE_ECC)