]> andersk Git - openssh.git/commitdiff
- (dtucker) [regress/test-exec.sh] Put SUDO in the right place.
authordtucker <dtucker>
Mon, 7 Mar 2005 08:15:06 +0000 (08:15 +0000)
committerdtucker <dtucker>
Mon, 7 Mar 2005 08:15:06 +0000 (08:15 +0000)
ChangeLog
regress/test-exec.sh

index 42f371eff7f2fa2a19af69387352e33d7e0374e6..362d7964836a88f7ac3853f3b244398529133694 100644 (file)
--- 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
index 958c87109b779b7fc3c089c06dfeadaa5e4f4319..347cccec15e422781ff6ab26433397686045461c 100644 (file)
@@ -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
This page took 1.662169 seconds and 5 git commands to generate.