- dtucker@cvs.openbsd.org 2013/05/17 10:28:11
[regress/sftp.sh] only compare copied data if sftp succeeds. from portable (id sync only)
This commit is contained in:
parent
438f60eb9a
commit
98989eb95e
|
@ -83,6 +83,9 @@
|
|||
- dtucker@cvs.openbsd.org 2013/05/17 10:26:26
|
||||
[regress/sftp-badcmds.sh]
|
||||
remove unused BATCH variable. (id sync only)
|
||||
- dtucker@cvs.openbsd.org 2013/05/17 10:28:11
|
||||
[regress/sftp.sh]
|
||||
only compare copied data if sftp succeeds. from portable (id sync only)
|
||||
- (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it
|
||||
in portable and it's long gone in openbsd.
|
||||
- (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: sftp.sh,v 1.4 2013/05/17 04:29:14 dtucker Exp $
|
||||
# $OpenBSD: sftp.sh,v 1.5 2013/05/17 10:28:11 dtucker Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
tid="basic sftp put/get"
|
||||
|
|
Loading…
Reference in New Issue