mirror of git://anongit.mindrot.org/openssh.git
- djm@cvs.openbsd.org 2014/07/22 01:32:12
[regress/multiplex.sh] change the test for still-open Unix domain sockets to be robust against nc implementations that produce error messages. from -portable (Id sync only)
This commit is contained in:
parent
31eb78078d
commit
cea099a7c4
|
@ -15,6 +15,11 @@
|
|||
Convert from <sys/endian.h> to the shiney new <endian.h>
|
||||
ok dtucker@, who also confirmed that -portable handles this already
|
||||
(ID sync only, includes.h pulls in endian.h if available.)
|
||||
- djm@cvs.openbsd.org 2014/07/22 01:32:12
|
||||
[regress/multiplex.sh]
|
||||
change the test for still-open Unix domain sockets to be robust against
|
||||
nc implementations that produce error messages. from -portable
|
||||
(Id sync only)
|
||||
|
||||
20140721
|
||||
- OpenBSD CVS Sync
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $OpenBSD: multiplex.sh,v 1.24 2014/07/15 15:54:15 millert Exp $
|
||||
# $OpenBSD: multiplex.sh,v 1.25 2014/07/22 01:32:12 djm Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
CTL=/tmp/openssh.regress.ctl-sock.$$
|
||||
|
|
Loading…
Reference in New Issue