From 81309c857dd0dbc0a1245a16d621c490ad48cfbb Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 2 Jul 2014 17:45:55 +1000 Subject: - (djm) [regress/Makefile] fix execution of sshkey unit/fuzz test --- ChangeLog | 1 + regress/Makefile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cc55a6aa4..92619d73b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -176,6 +176,7 @@ [regress/unittests/sshkey/testdata/rsa_n_pw] unit and fuzz tests for new key API - (djm) [sshkey.c] Conditionalise inclusion of util.h + - (djm) [regress/Makefile] fix execution of sshkey unit/fuzz test 20140618 - (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} unit: set -e ; if test -z "${SKIP_UNIT}" ; then \ ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \ - ${.OBJDIR}/unittests/sshkey/test_sshkey ; \ + ${.OBJDIR}/unittests/sshkey/test_sshkey \ + -d ${.CURDIR}//unittests/sshkey/testdata ; \ fi -- cgit v1.2.3