- (dtucker) [regress/dynamic-forward.sh] Allow time for connections to be torn
down, needed on some platforms, should be harmless on others. Patch from jason at devrandom.org.
This commit is contained in:
parent
2a81adc35c
commit
07d30e4579
|
@ -27,6 +27,9 @@
|
||||||
fixes configure warning on Solaris reported by wknox at mitre.org.
|
fixes configure warning on Solaris reported by wknox at mitre.org.
|
||||||
- (dtucker) [regress/multiplex.sh] Skip test on platforms that do not
|
- (dtucker) [regress/multiplex.sh] Skip test on platforms that do not
|
||||||
support FD passing since multiplex requires it. Noted by tim@
|
support FD passing since multiplex requires it. Noted by tim@
|
||||||
|
- (dtucker) [regress/dynamic-forward.sh] Allow time for connections to be torn
|
||||||
|
down, needed on some platforms, should be harmless on others. Patch from
|
||||||
|
jason at devrandom.org.
|
||||||
|
|
||||||
20040828
|
20040828
|
||||||
- (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
|
- (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
|
||||||
|
@ -1694,4 +1697,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3530 2004/08/29 07:09:34 dtucker Exp $
|
$Id: ChangeLog,v 1.3531 2004/08/29 07:14:31 dtucker Exp $
|
||||||
|
|
|
@ -44,4 +44,7 @@ for p in 1 2; do
|
||||||
else
|
else
|
||||||
fail "no pid file: $OBJ/remote_pid"
|
fail "no pid file: $OBJ/remote_pid"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Must allow time for connection tear-down
|
||||||
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue