diff options
author | Damien Miller <djm@mindrot.org> | 2013-07-25 12:08:07 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-07-25 12:08:07 +1000 |
commit | fea440639e04cea9f2605375a41d654390369402 (patch) | |
tree | 44aa4313b4ae8db7cea40834dc21accd5453aeb1 | |
parent | 53435b2d8773a5d7c78359e9f7bf9df2d93b9ef5 (diff) |
- dtucker@cvs.openbsd.org 2013/05/30 20:12:32
[regress/test-exec.sh]
use ssh and sshd as testdata since it needs to be >256k for the rekey test
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | regress/test-exec.sh | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -23,6 +23,9 @@ | |||
23 | - djm@cvs.openbsd.org 2013/07/25 00:57:37 | 23 | - djm@cvs.openbsd.org 2013/07/25 00:57:37 |
24 | [version.h] | 24 | [version.h] |
25 | openssh-6.3 for release | 25 | openssh-6.3 for release |
26 | - dtucker@cvs.openbsd.org 2013/05/30 20:12:32 | ||
27 | [regress/test-exec.sh] | ||
28 | use ssh and sshd as testdata since it needs to be >256k for the rekey test | ||
26 | 29 | ||
27 | 20130720 | 30 | 20130720 |
28 | - (djm) OpenBSD CVS Sync | 31 | - (djm) OpenBSD CVS Sync |
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 2eab32341..6e1c28c87 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: test-exec.sh,v 1.44 2013/05/17 10:30:07 dtucker Exp $ | 1 | # $OpenBSD: test-exec.sh,v 1.45 2013/05/30 20:12:32 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | #SUDO=sudo | 4 | #SUDO=sudo |