Skip to content

Commit

Permalink
twiddle test for portability
Browse files Browse the repository at this point in the history
  • Loading branch information
djmdjm committed Feb 27, 2015
1 parent 1ad3a77 commit f7f3116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regress/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ interop: ${INTEROP_TARGETS}
unit:
set -e ; if test -z "${SKIP_UNIT}" ; then \
V="" ; \
test "x${USE_VALGRIND}" != "x" && \
test "x${USE_VALGRIND}" = "x" || \
V=${.CURDIR}/valgrind-unit.sh ; \
$$V ${.OBJDIR}/unittests/sshbuf/test_sshbuf ; \
$$V ${.OBJDIR}/unittests/sshkey/test_sshkey \
Expand Down

0 comments on commit f7f3116

Please sign in to comment.