diff options
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r-- | regress/test-exec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 958c87109..347cccec1 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -261,7 +261,7 @@ chmod 644 $OBJ/authorized_keys_$USER | |||
261 | # create a proxy version of the client config | 261 | # create a proxy version of the client config |
262 | ( | 262 | ( |
263 | cat $OBJ/ssh_config | 263 | cat $OBJ/ssh_config |
264 | echo proxycommand sh ${SRC}/sshd-log-wrapper.sh ${SUDO} ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy | 264 | echo proxycommand ${SUDO} sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy |
265 | ) > $OBJ/ssh_proxy | 265 | ) > $OBJ/ssh_proxy |
266 | 266 | ||
267 | # check proxy config | 267 | # check proxy config |