diff options
author | Damien Miller <djm@mindrot.org> | 2013-02-19 13:15:01 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-02-19 13:15:01 +1100 |
commit | b3764e12024e70296d35877a3da2c4d575dafdb9 (patch) | |
tree | 0f320fe0a61795de87d15269f99b09318e257f20 /regress/Makefile | |
parent | 0dc3bc908e702cc2db460446f11628654c9c602e (diff) |
- djm@cvs.openbsd.org 2013/02/19 02:14:09
[integrity.sh]
oops, forgot to increase the output of the ssh command to ensure that
we actually reach $offset
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/Makefile b/regress/Makefile index 18f9f124c..c3aec43fc 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -90,6 +90,8 @@ TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" | |||
90 | 90 | ||
91 | TEST_SSH_SSHKEYGEN?=ssh-keygen | 91 | TEST_SSH_SSHKEYGEN?=ssh-keygen |
92 | 92 | ||
93 | CPPFLAGS=-I.. | ||
94 | |||
93 | t1: | 95 | t1: |
94 | ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv | 96 | ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv |
95 | tr '\n' '\r' <${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_cr.prv | 97 | tr '\n' '\r' <${.CURDIR}/rsa_ssh2.prv > ${.OBJDIR}/rsa_ssh2_cr.prv |