[openssh-commits] [openssh] 07/07: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 15 13:01:01 AEST 2016
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 0f839e5969efa3bda615991be8a9d9311554c573
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Apr 15 02:57:10 2016 +0000
upstream commit
missing bit of Include regress
Upstream-Regress-ID: 1063595f7f40f8489a1b7a27230b9e8acccea34f
---
regress/test-exec.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index d468bcf..1b6526d 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.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list