summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-03-07 19:15:06 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-03-07 19:15:06 +1100
commit4b9ac3319e78621eb38a993c0627654c08d7c1ad (patch)
tree4e4ee3b980af30694e7793c99d34741c8699e308 /regress
parent5d909f077336318267d4089f41c7deb5e4b6c64d (diff)
downloadopenssh-git-4b9ac3319e78621eb38a993c0627654c08d7c1ad.tar.gz
- (dtucker) [regress/test-exec.sh] Put SUDO in the right place.
Diffstat (limited to 'regress')
-rw-r--r--regress/test-exec.sh2
1 files changed, 1 insertions, 1 deletions
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