summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/regress/transfer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/regress/transfer.sh')
-rw-r--r--crypto/openssh/regress/transfer.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/regress/transfer.sh b/crypto/openssh/regress/transfer.sh
index 1ae3ef5..36c1463 100644
--- a/crypto/openssh/regress/transfer.sh
+++ b/crypto/openssh/regress/transfer.sh
@@ -1,9 +1,9 @@
-# $OpenBSD: transfer.sh,v 1.2 2013/05/17 04:29:14 dtucker Exp $
+# $OpenBSD: transfer.sh,v 1.3 2015/03/03 22:35:19 markus Exp $
# Placed in the Public Domain.
tid="transfer data"
-for p in 1 2; do
+for p in ${SSH_PROTOCOLS}; do
verbose "$tid: proto $p"
rm -f ${COPY}
${SSH} -n -q -$p -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
OpenPOWER on IntegriCloud