diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2016-04-15 02:57:11 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2016-04-15 02:57:11 +0000 |
commit | c9ef32635ff4e60ab1e7b323f60c7ee38a55971f (patch) | |
tree | c8791a1656f178e70a2948d4de2ce91dbaeb20cc /regress | |
parent | b233b41a0484b4b1487df45c7abe9760afda65f2 (diff) |
missing bit of Include regress
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/test-exec.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh index 3f51e944b5f..ca04b6854c2 100644 --- a/regress/usr.bin/ssh/test-exec.sh +++ b/regress/usr.bin/ssh/test-exec.sh @@ -1,4 +1,4 @@ -# $OpenBSD: test-exec.sh,v 1.52 2016/04/14 23:21:42 djm Exp $ +# $OpenBSD: test-exec.sh,v 1.53 2016/04/15 02:57:10 djm Exp $ # Placed in the Public Domain. USER=`id -un` @@ -133,6 +133,7 @@ echo "#!/bin/sh" > $SSHLOGWRAP echo "exec ${SSH} -E${TEST_SSH_LOGFILE} "'"$@"' >>$SSHLOGWRAP chmod a+rx $OBJ/ssh-log-wrapper.sh +REAL_SSH="$SSH" SSH="$SSHLOGWRAP" # Some test data. We make a copy because some tests will overwrite it. |