Fix tests by removing do-test target

This commit is contained in:
kmos 2019-11-18 04:30:32 +00:00
parent c8e6bd4de3
commit 36380732ac

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2019/07/12 20:49:40 sthen Exp $
# $OpenBSD: Makefile,v 1.32 2019/11/18 04:30:32 kmos Exp $
COMMENT = deduplicating backup program
@ -44,7 +44,4 @@ post-install:
pre-test:
${MODPY_CMD} build_ext --inplace
do-test: fake
@${MODPY_TEST_TARGET}
.include <bsd.port.mk>