- djm@cvs.openbsd.org 2008/06/30 10:31:11
[putty-transfer.sh putty-kex.sh putty-ciphers.sh] remove "set -e" left over from debugging
This commit is contained in:
parent
8c7a14ea28
commit
5d6d70a842
|
@ -22,10 +22,12 @@
|
|||
[regress/key-options.sh]
|
||||
shell portability: use "=" instead of "==" in test(1) expressions,
|
||||
double-quote string with backslash escaped /
|
||||
|
||||
- djm@cvs.openbsd.org 2008/06/30 10:31:11
|
||||
[regress/{putty-transfer,putty-kex,putty-ciphers}.sh]
|
||||
remove "set -e" left over from debugging
|
||||
- (dtucker) [sftp-server.c] Bug #1447: fall back to racy rename if link
|
||||
returns EXDEV. Patch from Mike Garrison, ok djm@
|
||||
|
||||
h
|
||||
20080702
|
||||
- (dtucker) OpenBSD CVS Sync
|
||||
- djm@cvs.openbsd.org 2008/06/30 08:05:59
|
||||
|
@ -4560,4 +4562,4 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||
|
||||
$Id: ChangeLog,v 1.5055 2008/07/04 07:08:58 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.5056 2008/07/04 07:10:30 dtucker Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: putty-ciphers.sh,v 1.1 2007/12/21 04:13:53 djm Exp $
|
||||
# $OpenBSD: putty-ciphers.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
tid="putty ciphers"
|
||||
|
@ -6,8 +6,6 @@ tid="putty ciphers"
|
|||
DATA=/bin/ls
|
||||
COPY=${OBJ}/copy
|
||||
|
||||
set -e
|
||||
|
||||
if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
|
||||
fatal "putty interop tests not enabled"
|
||||
fi
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: putty-kex.sh,v 1.1 2007/12/21 04:13:53 djm Exp $
|
||||
# $OpenBSD: putty-kex.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
tid="putty KEX"
|
||||
|
@ -6,8 +6,6 @@ tid="putty KEX"
|
|||
DATA=/bin/ls
|
||||
COPY=${OBJ}/copy
|
||||
|
||||
set -e
|
||||
|
||||
if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
|
||||
fatal "putty interop tests not enabled"
|
||||
fi
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: putty-transfer.sh,v 1.1 2007/12/21 04:13:53 djm Exp $
|
||||
# $OpenBSD: putty-transfer.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
tid="putty transfer data"
|
||||
|
@ -6,8 +6,6 @@ tid="putty transfer data"
|
|||
DATA=/bin/ls
|
||||
COPY=${OBJ}/copy
|
||||
|
||||
set -e
|
||||
|
||||
if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
|
||||
fatal "putty interop tests not enabled"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue