From 1501be86a88f7dcdc2e0a8bebfc525839809c43d Mon Sep 17 00:00:00 2001 From: dtucker Date: Mon, 7 Mar 2005 08:15:06 +0000 Subject: [PATCH] - (dtucker) [regress/test-exec.sh] Put SUDO in the right place. --- ChangeLog | 1 + regress/test-exec.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 42f371ef..362d7964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ - djm@cvs.openbsd.org 2005/03/04 08:48:46 [Makefile envpass.sh] regress test for SendEnv config parsing bug; ok dtucker@ + - (dtucker) [regress/test-exec.sh] Put SUDO in the right place. 20050306 - (dtucker) [monitor.c] Bug #125 comment #47: fix errors returned by monitor diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 958c8710..347cccec 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh @@ -261,7 +261,7 @@ chmod 644 $OBJ/authorized_keys_$USER # create a proxy version of the client config ( cat $OBJ/ssh_config - echo proxycommand sh ${SRC}/sshd-log-wrapper.sh ${SUDO} ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy + echo proxycommand ${SUDO} sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy ) > $OBJ/ssh_proxy # check proxy config -- 2.45.2