diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | regress/Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -176,6 +176,7 @@ | |||
176 | [regress/unittests/sshkey/testdata/rsa_n_pw] | 176 | [regress/unittests/sshkey/testdata/rsa_n_pw] |
177 | unit and fuzz tests for new key API | 177 | unit and fuzz tests for new key API |
178 | - (djm) [sshkey.c] Conditionalise inclusion of util.h | 178 | - (djm) [sshkey.c] Conditionalise inclusion of util.h |
179 | - (djm) [regress/Makefile] fix execution of sshkey unit/fuzz test | ||
179 | 180 | ||
180 | 20140618 | 181 | 20140618 |
181 | - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare | 182 | - (tim) [openssh/session.c] Work around to get chroot sftp working on UnixWare |
diff --git a/regress/Makefile b/regress/Makefile index 09ceee734..3feb7a997 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -185,5 +185,6 @@ interop: ${INTEROP_TARGETS} | |||
185 | unit: | 185 | unit: |
186 | set -e ; if test -z "${SKIP_UNIT}" ; then \ | 186 | set -e ; if test -z "${SKIP_UNIT}" ; then \ |
187 | ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \ | 187 | ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \ |
188 | ${.OBJDIR}/unittests/sshkey/test_sshkey ; \ | 188 | ${.OBJDIR}/unittests/sshkey/test_sshkey \ |
189 | -d ${.CURDIR}//unittests/sshkey/testdata ; \ | ||
189 | fi | 190 | fi |