commit | f7f3116abf2a6e2f309ab096b08c58d19613e5d0 | [log] [tgz] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Fri Feb 27 15:52:49 2015 -0800 |
committer | Damien Miller <djm@mindrot.org> | Fri Feb 27 15:52:49 2015 -0800 |
tree | dc16754cd65fe77b49727ceac0ab637b5a6b568a | |
parent | 1ad3a77cc9d5568f5437ff99d377aa7a41859b83 [diff] [blame] |
twiddle test for portability
diff --git a/regress/Makefile b/regress/Makefile index 13e3fc8..860c53f 100644 --- a/regress/Makefile +++ b/regress/Makefile
@@ -207,7 +207,7 @@ 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 \