summaryrefslogtreecommitdiffstats
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2016-04-15 04:57:10 +0200
committerDamien Miller <djm@mindrot.org>2016-04-15 04:58:35 +0200
commit0f839e5969efa3bda615991be8a9d9311554c573 (patch)
treea04fe42d2b659a5c81f1d7bc26d5e13bd42351ab /regress/test-exec.sh
parentupstream commit (diff)
downloadopenssh-0f839e5969efa3bda615991be8a9d9311554c573.tar.xz
openssh-0f839e5969efa3bda615991be8a9d9311554c573.zip
upstream commit
missing bit of Include regress Upstream-Regress-ID: 1063595f7f40f8489a1b7a27230b9e8acccea34f
Diffstat (limited to '')
-rw-r--r--regress/test-exec.sh3
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 @@
-# $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.
#SUDO=sudo
@@ -221,6 +221,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.