summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2021-06-01 23:56:20 +0000
committerDarren Tucker <dtucker@dtucker.net>2021-06-02 10:11:25 +1000
commit9d482295c9f073e84d75af46b720a1c0f7ec2867 (patch)
tree4092b984958c6c19fb0dc12bc6b5b2c3bd07bd73 /regress/test-exec.sh
parent07660b3c99f8ea74ddf4a440e55c16c9f7fb3dd1 (diff)
downloadopenssh-git-9d482295c9f073e84d75af46b720a1c0f7ec2867.tar.gz
upstream: Use a default value for $OPENSSL,
allowing it to be overridden. Do the same in the PuTTY tests since it's needed there and not exported by test-exec.sh. OpenBSD-Regress-ID: c49dcd6aa7602a8606b7afa192196ca1fa65de16
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r--regress/test-exec.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index fd749f7e..1bb6aa4a 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: test-exec.sh,v 1.80 2021/05/24 10:25:18 dtucker Exp $
+# $OpenBSD: test-exec.sh,v 1.81 2021/06/01 23:56:20 dtucker Exp $
# Placed in the Public Domain.
#SUDO=sudo
@@ -100,7 +100,7 @@ CONCH=conch
# Tools used by multiple tests
NC=$OBJ/netcat
-OPENSSL=openssl
+OPENSSL="${OPENSSL:-openssl}"
if [ "x$TEST_SSH_SSH" != "x" ]; then
SSH="${TEST_SSH_SSH}"