From f7f3116abf2a6e2f309ab096b08c58d19613e5d0 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 27 Feb 2015 15:52:49 -0800 Subject: twiddle test for portability --- regress/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} 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 \ -- cgit v1.2.3