From 4b9ac3319e78621eb38a993c0627654c08d7c1ad Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 7 Mar 2005 19:15:06 +1100 Subject: - (dtucker) [regress/test-exec.sh] Put SUDO in the right place. --- ChangeLog | 3 ++- regress/test-exec.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c02ab321..bf577514b 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 @@ -2304,4 +2305,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3700 2005/03/07 07:35:34 dtucker Exp $ +$Id: ChangeLog,v 1.3701 2005/03/07 08:15:06 dtucker Exp $ 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 # 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 -- cgit v1.2.3