summaryrefslogtreecommitdiff
path: root/regress
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
parented6b0c5fc21807ff771a499fd042a24f963f7291 (diff)
downloadopenssh-git-c863895e0ab7f9430402736e953e62dae46be458.tar.gz
- 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')
-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 936b4cca..be6f4e0d 100644
--- a/regress/ssh-com-sftp.sh
+++ b/regress/ssh-com-sftp.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh-com-sftp.sh,v 1.5 2004/02/24 17:06:52 markus Exp $
+# $OpenBSD: ssh-com-sftp.sh,v 1.6 2009/08/20 18:43:07 djm Exp $
# Placed in the Public Domain.
tid="basic sftp put/get with ssh.com server"
@@ -51,7 +51,7 @@ for v in ${VERSIONS}; do
for R in ${REQUESTS}; do
verbose "test $tid: buffer_size $B num_requests $R"
rm -f ${COPY}.1 ${COPY}.2
- ${SFTP} -P ${server} -B $B -R $R -b $SFTPCMDFILE \
+ ${SFTP} -D ${server} -B $B -R $R -b $SFTPCMDFILE \
> /dev/null 2>&1
r=$?
if [ $r -ne 0 ]; then