summaryrefslogtreecommitdiffstats
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-03-23 03:21:14 +0100
committerDarren Tucker <dtucker@dtucker.net>2018-03-23 03:21:14 +0100
commitb5974de1a1d419e316ffb6524b1b277dda2f3b49 (patch)
treea593c5a61303636ae1f90d3ed112efdf86a59095 /regress/test-exec.sh
parentupstream: Tell puttygen to use /dev/urandom instead of /dev/random. On (diff)
downloadopenssh-b5974de1a1d419e316ffb6524b1b277dda2f3b49.tar.xz
openssh-b5974de1a1d419e316ffb6524b1b277dda2f3b49.zip
Provide $OBJ to paths in PuTTY interop tests.
Diffstat (limited to '')
-rw-r--r--regress/test-exec.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 46558b057..b6169f157 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -527,6 +527,9 @@ if test "$REGRESS_INTEROP_PUTTY" = "yes" ; then
echo "ProxyTelnetCommand=sh ${SRC}/sshd-log-wrapper.sh ${TEST_SSHD_LOGFILE} ${SSHD} -i -f $OBJ/sshd_proxy" >> ${OBJ}/.putty/sessions/localhost_proxy
echo "ProxyLocalhost=1" >> ${OBJ}/.putty/sessions/localhost_proxy
+ PUTTYDIR=${OBJ}/.putty
+ export PUTTYDIR
+
REGRESS_INTEROP_PUTTY=yes
fi