twiddle test for portability

This commit is contained in:
Damien Miller 2015-02-27 15:52:49 -08:00
parent 1ad3a77cc9
commit f7f3116abf
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ interop: ${INTEROP_TARGETS}
unit:
set -e ; if test -z "${SKIP_UNIT}" ; then \
V="" ; \
test "x${USE_VALGRIND}" != "x" && \
test "x${USE_VALGRIND}" = "x" || \
V=${.CURDIR}/valgrind-unit.sh ; \
$$V ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \
$$V ${.OBJDIR}/unittests/sshkey/test_sshkey \