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)
- (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 958c87109..347cccec1 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -261,7 +261,7 @@ chmod 644 $OBJ/authorized_keys_$USER
261# create a proxy version of the client config 261# create a proxy version of the client config
262( 262(
263 cat $OBJ/ssh_config 263 cat $OBJ/ssh_config
264 echo proxycommand sh ${SRC}/sshd-log-wrapper.sh ${SUDO} ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy 264 echo proxycommand ${SUDO} sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy
265) > $OBJ/ssh_proxy 265) > $OBJ/ssh_proxy
266 266
267# check proxy config 267# check proxy config