]> andersk Git - openssh.git/blobdiff - regress/test-exec.sh
- (dtucker) [regress/test-exec.sh] Put SUDO in the right place.
[openssh.git] / regress / test-exec.sh
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 0.032572 seconds and 4 git commands to generate.