diff options
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r-- | regress/test-exec.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 2c9c3f498..f5e3ee6f5 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: test-exec.sh,v 1.74 2020/01/25 02:57:53 dtucker Exp $ | 1 | # $OpenBSD: test-exec.sh,v 1.75 2020/01/31 23:25:08 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | #SUDO=sudo | 4 | #SUDO=sudo |
@@ -239,6 +239,7 @@ echo "exec ${SSH} -E${TEST_SSH_LOGFILE} "'"$@"' >>$SSHLOGWRAP | |||
239 | 239 | ||
240 | chmod a+rx $OBJ/ssh-log-wrapper.sh | 240 | chmod a+rx $OBJ/ssh-log-wrapper.sh |
241 | REAL_SSH="$SSH" | 241 | REAL_SSH="$SSH" |
242 | REAL_SSHD="$SSHD" | ||
242 | SSH="$SSHLOGWRAP" | 243 | SSH="$SSHLOGWRAP" |
243 | 244 | ||
244 | # Some test data. We make a copy because some tests will overwrite it. | 245 | # Some test data. We make a copy because some tests will overwrite it. |