diff options
author | 2013-05-17 04:29:14 +0000 | |
---|---|---|
committer | 2013-05-17 04:29:14 +0000 | |
commit | 55727a1798ffd4690a6788201f97913c4959bc6f (patch) | |
tree | cc74ccc1adb295f5d05501a98984318c26f29051 /regress/usr.bin/ssh/ssh-com-sftp.sh | |
parent | don't print output from ssh before getting it (it's available in ssh.log) (diff) | |
download | wireguard-openbsd-55727a1798ffd4690a6788201f97913c4959bc6f.tar.xz wireguard-openbsd-55727a1798ffd4690a6788201f97913c4959bc6f.zip |
Move the setting of DATA and COPY into test-exec.sh
Diffstat (limited to 'regress/usr.bin/ssh/ssh-com-sftp.sh')
-rw-r--r-- | regress/usr.bin/ssh/ssh-com-sftp.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/usr.bin/ssh/ssh-com-sftp.sh b/regress/usr.bin/ssh/ssh-com-sftp.sh index d2ddf348505..947ace06fd9 100644 --- a/regress/usr.bin/ssh/ssh-com-sftp.sh +++ b/regress/usr.bin/ssh/ssh-com-sftp.sh @@ -1,11 +1,8 @@ -# $OpenBSD: ssh-com-sftp.sh,v 1.6 2009/08/20 18:43:07 djm Exp $ +# $OpenBSD: ssh-com-sftp.sh,v 1.7 2013/05/17 04:29:14 dtucker Exp $ # Placed in the Public Domain. tid="basic sftp put/get with ssh.com server" -DATA=/bin/ls -COPY=${OBJ}/copy - BUFFERSIZE="5 1000 32000 64000" REQUESTS="1 2 10" |