summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-01-13 15:49:48 +1100
committerDarren Tucker <dtucker@dtucker.net>2023-01-13 15:49:48 +1100
commit8a5e99a70fcf9b022a8aa175ebf6a71f58511da3 (patch)
treeef8ec8172da431262151237ae562afa23f12bb81
parent41f36dd896c8fb8337d403fcf476762986976e9d (diff)
Remove skipping test when scp not in path.
An upcoming change renders this obsolete by adding scp's path to the test sshd's PATH, and removing this first will make the subsequent sync easier.
-rw-r--r--regress/scp3.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/regress/scp3.sh b/regress/scp3.sh
index 47db47cd..f71b1567 100644
--- a/regress/scp3.sh
+++ b/regress/scp3.sh
@@ -9,12 +9,6 @@ COPY2=${OBJ}/copy2
DIR=${COPY}.dd
DIR2=${COPY}.dd2
-$SSH -F $OBJ/ssh_proxy somehost \
- 'IFS=":"; for i in $PATH;do [ -x "$i/scp" ] && exit 0; done; exit 1'
-if [ $? -eq 1 ]; then
- skip "No scp on remote path."
-fi
-
SRC=`dirname ${SCRIPT}`
cp ${SRC}/scp-ssh-wrapper.sh ${OBJ}/scp-ssh-wrapper.scp
chmod 755 ${OBJ}/scp-ssh-wrapper.scp