diff options
author | 2003-05-14 22:08:27 +0000 | |
---|---|---|
committer | 2003-05-14 22:08:27 +0000 | |
commit | 357f04a7d3364fe6b374dada0febb4f164137987 (patch) | |
tree | 21c51360214d6b2e5232ed550f3386bcb0bf75d3 /regress/usr.bin/ssh/ssh-com-sftp.sh | |
parent | Support for Transmeta CPU power management, called LongRun. (diff) | |
download | wireguard-openbsd-357f04a7d3364fe6b374dada0febb4f164137987.tar.xz wireguard-openbsd-357f04a7d3364fe6b374dada0febb4f164137987.zip |
test against some new commerical versions
Diffstat (limited to 'regress/usr.bin/ssh/ssh-com-sftp.sh')
-rw-r--r-- | regress/usr.bin/ssh/ssh-com-sftp.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/ssh-com-sftp.sh b/regress/usr.bin/ssh/ssh-com-sftp.sh index f08018b8470..963b40432c8 100644 --- a/regress/usr.bin/ssh/ssh-com-sftp.sh +++ b/regress/usr.bin/ssh/ssh-com-sftp.sh @@ -1,4 +1,4 @@ -# $OpenBSD: ssh-com-sftp.sh,v 1.3 2002/07/16 08:58:16 markus Exp $ +# $OpenBSD: ssh-com-sftp.sh,v 1.4 2003/05/14 22:08:27 markus Exp $ # Placed in the Public Domain. tid="basic sftp put/get with ssh.com server" @@ -26,6 +26,8 @@ VERSIONS=" 3.0.0 3.1.0 3.2.0 + 3.2.2 + 3.2.3 3.3.0" # go for it |