From b5974de1a1d419e316ffb6524b1b277dda2f3b49 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 23 Mar 2018 13:21:14 +1100 Subject: Provide $OBJ to paths in PuTTY interop tests. --- regress/test-exec.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'regress/test-exec.sh') 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 -- cgit v1.2.3