summaryrefslogtreecommitdiff
path: root/regress/scp3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/scp3.sh')
-rw-r--r--regress/scp3.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/regress/scp3.sh b/regress/scp3.sh
index f71b1567..383121f4 100644
--- a/regress/scp3.sh
+++ b/regress/scp3.sh
@@ -1,14 +1,16 @@
-# $OpenBSD: scp3.sh,v 1.3 2021/08/10 03:35:45 djm Exp $
+# $OpenBSD: scp3.sh,v 1.4 2023/01/13 04:47:34 dtucker Exp $
# Placed in the Public Domain.
tid="scp3"
-#set -x
+set -x
COPY2=${OBJ}/copy2
DIR=${COPY}.dd
DIR2=${COPY}.dd2
+maybe_add_scp_path_to_sshd
+
SRC=`dirname ${SCRIPT}`
cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
chmod 755 ${OBJ}/scp-ssh-wrapper.scp