mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
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
|
interop interop-tests: t-exec-interop
|
||||||
|
|
||||||
prep:
|
prep:
|
||||||
test "x${USE_VALGRIND}" != "x" && mkdir -p $(OBJ)/valgrind-out
|
test "x${USE_VALGRIND}" = "x" || mkdir -p $(OBJ)/valgrind-out
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done
|
for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user