summaryrefslogtreecommitdiff
path: root/regress/ssh-com-sftp.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 10:46:29 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 10:46:29 +1100
commitc863895e0ab7f9430402736e953e62dae46be458 (patch)
treea475fb2187eaa99fef589aa73ab146e12bd46d6e /regress/ssh-com-sftp.sh
parented6b0c5fc21807ff771a499fd042a24f963f7291 (diff)
- djm@cvs.openbsd.org 2009/08/20 18:43:07
[ssh-com-sftp.sh] fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos Silva for Google Summer of Code
Diffstat (limited to 'regress/ssh-com-sftp.sh')
-rw-r--r--regress/ssh-com-sftp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/ssh-com-sftp.sh b/regress/ssh-com-sftp.sh
index 936b4cca7..be6f4e0dc 100644
--- a/regress/ssh-com-sftp.sh
+++ b/regress/ssh-com-sftp.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: ssh-com-sftp.sh,v 1.5 2004/02/24 17:06:52 markus Exp $ 1# $OpenBSD: ssh-com-sftp.sh,v 1.6 2009/08/20 18:43:07 djm Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="basic sftp put/get with ssh.com server" 4tid="basic sftp put/get with ssh.com server"
@@ -51,7 +51,7 @@ for v in ${VERSIONS}; do
51 for R in ${REQUESTS}; do 51 for R in ${REQUESTS}; do
52 verbose "test $tid: buffer_size $B num_requests $R" 52 verbose "test $tid: buffer_size $B num_requests $R"
53 rm -f ${COPY}.1 ${COPY}.2 53 rm -f ${COPY}.1 ${COPY}.2
54 ${SFTP} -P ${server} -B $B -R $R -b $SFTPCMDFILE \ 54 ${SFTP} -D ${server} -B $B -R $R -b $SFTPCMDFILE \
55 > /dev/null 2>&1 55 > /dev/null 2>&1
56 r=$? 56 r=$?
57 if [ $r -ne 0 ]; then 57 if [ $r -ne 0 ]; then