mirror of git://anongit.mindrot.org/openssh.git
twiddle another test for portability
from Tom G. Christensen
This commit is contained in:
parent
f7f3116abf
commit
02973ad5f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue