Always use the openssl binary configure tells us.

This fixes tests on platforms that do not have the openssl tool
installed at all.
This commit is contained in:
Darren Tucker 2023-02-20 18:24:39 +11:00
parent 2a7e344990
commit ab69dda05d
No known key found for this signature in database

View File

@ -102,7 +102,8 @@ CONCH=conch
# Tools used by multiple tests
NC=$OBJ/netcat
OPENSSL_BIN="${OPENSSL_BIN:-openssl}"
# Always use the one configure tells us to, even if that's empty.
#OPENSSL_BIN="${OPENSSL_BIN:-openssl}"
if [ "x$TEST_SSH_SSH" != "x" ]; then
SSH="${TEST_SSH_SSH}"