[openssh-commits] [openssh] 01/01: twiddle test for portability

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Feb 28 10:53:08 AEDT 2015


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit f7f3116abf2a6e2f309ab096b08c58d19613e5d0
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Feb 27 15:52:49 2015 -0800

    twiddle test for portability
---
 regress/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regress/Makefile b/regress/Makefile
index 13e3fc8..860c53f 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 \

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list