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 d468bcf4d..1b6526d0b 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: test-exec.sh,v 1.52 2016/04/14 23:21:42 djm Exp $ | 1 | # $OpenBSD: test-exec.sh,v 1.53 2016/04/15 02:57:10 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | #SUDO=sudo | 4 | #SUDO=sudo |
@@ -221,6 +221,7 @@ echo "#!/bin/sh" > $SSHLOGWRAP | |||
221 | echo "exec ${SSH} -E${TEST_SSH_LOGFILE} "'"$@"' >>$SSHLOGWRAP | 221 | echo "exec ${SSH} -E${TEST_SSH_LOGFILE} "'"$@"' >>$SSHLOGWRAP |
222 | 222 | ||
223 | chmod a+rx $OBJ/ssh-log-wrapper.sh | 223 | chmod a+rx $OBJ/ssh-log-wrapper.sh |
224 | REAL_SSH="$SSH" | ||
224 | SSH="$SSHLOGWRAP" | 225 | SSH="$SSHLOGWRAP" |
225 | 226 | ||
226 | # Some test data. We make a copy because some tests will overwrite it. | 227 | # Some test data. We make a copy because some tests will overwrite it. |