- (djm) [regress/Makefile] fix execution of sshkey unit/fuzz test
diff --git a/regress/Makefile b/regress/Makefile
index 09ceee7..3feb7a9 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -185,5 +185,6 @@
 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