sbin/md5: disable tests due to build failures

Testing with buildworld/installworld had succeeded, but it appears
that a path is not correctly set for the distribute target in the
tests directory.

Commenting out HAS_TESTS should make the build succeed again and give
time to resolve the "make distribute" issue.

The tests have been locally run to verify that the recent changes to
add a coreutils compatible -c option does not lead to any regressions.
This commit is contained in:
Stefan Eßer 2021-06-25 12:14:25 +02:00
parent 95d3044bbd
commit 3268f407ca

View file

@ -58,9 +58,9 @@ LIBADD= md
CFLAGS+=-DHAVE_CAPSICUM
.endif
.include <src.opts.mk>
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
#.include <src.opts.mk>
#
#HAS_TESTS=
#SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>