Mailing List Archive

[openssh] 01/01: twiddle another test for portability
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@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@mindrot.org.
_______________________________________________
openssh-commits mailing list
openssh-commits@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-commits