summaryrefslogtreecommitdiffstats
path: root/regress/scp.sh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-01-24 04:27:04 +0100
committerDamien Miller <djm@mindrot.org>2014-01-24 04:27:04 +0100
commitb0e0f760b861676a3fe5c40133b270713d5321a9 (patch)
treecb273a154e90aebe063a69cca9ab5fc8054db084 /regress/scp.sh
parent - (dtucker) [configure.ac] NetBSD's (and FreeBSD's) strnvis is gratuitously (diff)
downloadopenssh-b0e0f760b861676a3fe5c40133b270713d5321a9.tar.xz
openssh-b0e0f760b861676a3fe5c40133b270713d5321a9.zip
- (djm) [Makefile.in regress/scp-ssh-wrapper.sh regress/scp.sh] Make
the scp regress test actually test the built scp rather than the one in $PATH. ok dtucker@
Diffstat (limited to '')
-rw-r--r--regress/scp.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/scp.sh b/regress/scp.sh
index 29c5b35d4..c2da2a862 100644
--- a/regress/scp.sh
+++ b/regress/scp.sh
@@ -20,6 +20,7 @@ SRC=`dirname ${SCRIPT}`
cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
chmod 755 ${OBJ}/scp-ssh-wrapper.scp
scpopts="-q -S ${OBJ}/scp-ssh-wrapper.scp"
+export SCP # used in scp-ssh-wrapper.scp
scpclean() {
rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}