diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | regress/agent-timeout.sh | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -49,6 +49,12 @@ | |||
49 | regress/ssh-com.sh] | 49 | regress/ssh-com.sh] |
50 | replace 'echo -n' with 'printf' since it's more portable | 50 | replace 'echo -n' with 'printf' since it's more portable |
51 | also remove "echon" hack. | 51 | also remove "echon" hack. |
52 | - dtucker@cvs.openbsd.org 2013/05/17 01:16:09 | ||
53 | [regress/agent-timeout.sh] | ||
54 | Pull back some portability changes from -portable: | ||
55 | - TIMEOUT is a read-only variable in some shells | ||
56 | - not all greps have -q so redirect to /dev/null instead. | ||
57 | (ID sync only) | ||
52 | - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it | 58 | - (dtucker) [regress/bsd.regress.mk] Remove unused file. We've never used it |
53 | in portable and it's long gone in openbsd. | 59 | in portable and it's long gone in openbsd. |
54 | - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange | 60 | - (dtucker) [regress/integrity.sh]. Force fixed Diffie-Hellman key exchange |
diff --git a/regress/agent-timeout.sh b/regress/agent-timeout.sh index 3a40e7af8..68826594e 100644 --- a/regress/agent-timeout.sh +++ b/regress/agent-timeout.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: agent-timeout.sh,v 1.1 2002/06/06 00:38:40 markus Exp $ | 1 | # $OpenBSD: agent-timeout.sh,v 1.2 2013/05/17 01:16:09 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="agent timeout test" | 4 | tid="agent timeout test" |