From ab69dda05d5268454209f529fa80f477e60d846a Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 20 Feb 2023 18:24:39 +1100 Subject: Always use the openssl binary configure tells us. This fixes tests on platforms that do not have the openssl tool installed at all. --- regress/test-exec.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'regress') diff --git a/regress/test-exec.sh b/regress/test-exec.sh index df43f021..325393ce 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh @@ -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}" -- cgit v1.2.1