]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordjm@openbsd.org <djm@openbsd.org>
Fri, 15 Apr 2016 02:57:10 +0000 (02:57 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 15 Apr 2016 02:58:35 +0000 (12:58 +1000)
missing bit of Include regress

Upstream-Regress-ID: 1063595f7f40f8489a1b7a27230b9e8acccea34f

regress/test-exec.sh

index d468bcf4dc5d4089f1ab2c20728679ba8aa1944b..1b6526d0bbf3cc4c6648d3036e200badb9632ef6 100644 (file)
@@ -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.