summaryrefslogtreecommitdiffstats
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, 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