mirror of git://anongit.mindrot.org/openssh.git
- dtucker@cvs.openbsd.org 2013/05/17 01:16:09
[regress/agent-timeout.sh] Pull back some portability changes from -portable: - TIMEOUT is a read-only variable in some shells - not all greps have -q so redirect to /dev/null instead. (ID sync only)
This commit is contained in:
parent
a40d97ff46
commit
b8b96b0aa6
|
@ -49,6 +49,12 @@
|
||||||
regress/ssh-com.sh]
|
regress/ssh-com.sh]
|
||||||
replace 'echo -n' with 'printf' since it's more portable
|
replace 'echo -n' with 'printf' since it's more portable
|
||||||
also remove "echon" hack.
|
also remove "echon" hack.
|
||||||
|
- dtucker@cvs.openbsd.org 2013/05/17 01:16:09
|
||||||
|
[regress/agent-timeout.sh]
|
||||||
|
Pull back some portability changes from -portable:
|
||||||
|
- TIMEOUT is a read-only variable in some shells
|
||||||
|
- not all greps have -q so redirect to /dev/null instead.
|
||||||
|
(ID sync only)
|
||||||
- (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it
|
- (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it
|
||||||
in portable and it's long gone in openbsd.
|
in portable and it's long gone in openbsd.
|
||||||
- (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange
|
- (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: agent-timeout.sh,v 1.1 2002/06/06 00:38:40 markus Exp $
|
# $OpenBSD: agent-timeout.sh,v 1.2 2013/05/17 01:16:09 dtucker Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="agent timeout test"
|
tid="agent timeout test"
|
||||||
|
|
Loading…
Reference in New Issue