upstream commit
missing bit of Include regress Upstream-Regress-ID: 1063595f7f40f8489a1b7a27230b9e8acccea34f
This commit is contained in:
parent
12e4ac46ae
commit
0f839e5969
|
@ -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.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
#SUDO=sudo
|
#SUDO=sudo
|
||||||
|
@ -221,6 +221,7 @@ echo "#!/bin/sh" > $SSHLOGWRAP
|
||||||
echo "exec ${SSH} -E${TEST_SSH_LOGFILE} "'"$@"' >>$SSHLOGWRAP
|
echo "exec ${SSH} -E${TEST_SSH_LOGFILE} "'"$@"' >>$SSHLOGWRAP
|
||||||
|
|
||||||
chmod a+rx $OBJ/ssh-log-wrapper.sh
|
chmod a+rx $OBJ/ssh-log-wrapper.sh
|
||||||
|
REAL_SSH="$SSH"
|
||||||
SSH="$SSHLOGWRAP"
|
SSH="$SSHLOGWRAP"
|
||||||
|
|
||||||
# Some test data. We make a copy because some tests will overwrite it.
|
# Some test data. We make a copy because some tests will overwrite it.
|
||||||
|
|
Loading…
Reference in New Issue