From 9fa1561ce49f970ecb8dd2298db7e239054d2edd Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Wed, 9 Nov 2022 21:00:55 +0000 Subject: [PATCH] Do not unset EASYRSA_OPENSSL after completing the test This corrects the final output of the SSL library in use. Signed-off-by: Richard T Bonhomme --- easyrsa-unit-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa-unit-tests.sh b/easyrsa-unit-tests.sh index 5bc24c5..87a5c6e 100755 --- a/easyrsa-unit-tests.sh +++ b/easyrsa-unit-tests.sh @@ -1127,7 +1127,7 @@ create_pki () [ "$EASYRSA_USE_PASS" ] && print && print "* Use Passwords!" && print unset NEW_PKI unset STAGE_NAME - unset EASYRSA_OPENSSL + #unset EASYRSA_OPENSSL else vdisabled "$STAGE_NAME" fi