summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 13e3fc8ab..860c53f5a 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -207,7 +207,7 @@ interop: ${INTEROP_TARGETS}
207unit: 207unit:
208 set -e ; if test -z "${SKIP_UNIT}" ; then \ 208 set -e ; if test -z "${SKIP_UNIT}" ; then \
209 V="" ; \ 209 V="" ; \
210 test "x${USE_VALGRIND}" != "x" && \ 210 test "x${USE_VALGRIND}" = "x" || \
211 V=${.CURDIR}/valgrind-unit.sh ; \ 211 V=${.CURDIR}/valgrind-unit.sh ; \
212 $$V ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \ 212 $$V ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \
213 $$V ${.OBJDIR}/unittests/sshkey/test_sshkey \ 213 $$V ${.OBJDIR}/unittests/sshkey/test_sshkey \