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

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Mar 1 03:06:27 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 02973ad5f6f49d8420e50a392331432b0396c100
Author: Damien Miller <djm at mindrot.org>
Date:   Sat Feb 28 08:05:27 2015 -0800

    twiddle another test for portability
    
    from Tom G. Christensen
---
 regress/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regress/Makefile b/regress/Makefile
index 860c53f..1eef340 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -7,7 +7,7 @@ tests:		prep $(REGRESS_TARGETS)
 interop interop-tests: t-exec-interop
 
 prep:
-	test "x${USE_VALGRIND}" != "x" && mkdir -p $(OBJ)/valgrind-out
+	test "x${USE_VALGRIND}" = "x" || mkdir -p $(OBJ)/valgrind-out
 
 clean:
 	for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done

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


More information about the openssh-commits mailing list