twiddle another test for portability

from Tom G. Christensen
This commit is contained in:
Damien Miller 2015-02-28 08:05:27 -08:00
parent f7f3116abf
commit 02973ad5f6
1 changed files with 1 additions and 1 deletions

View File

@ -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