1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

'env' is better spelled '${SETENV}'

This commit is contained in:
Matthew Seaman 2018-09-22 06:23:55 +00:00
parent 04794287a2
commit 3af849a198
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480344

View File

@ -42,6 +42,6 @@ TEST_ENV= TMPDIR=${WRKDIR} HOME=${WRKDIR} LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
do-test:
@cd ${WRKSRC} && \
env ${TEST_ENV} ${LOCALBASE}/bin/pytest-${PYTHON_VER} --cov=cookiecutter tests
${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/pytest-${PYTHON_VER} --cov=cookiecutter tests
.include <bsd.port.mk>