Author: olivier (ports committer) Date: Mon Jul 15 23:41:00 2019 New Revision: 350019 URL: https://svnweb.freebsd.org/changeset/base/350019
Log: Fix filename to avoid skipping lib/libc/net/servent test. PR: 239177 Approved by: ngie MFC after: 1 month Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D20943 Modified: head/lib/libc/tests/net/Makefile Modified: head/lib/libc/tests/net/Makefile ============================================================================== --- head/lib/libc/tests/net/Makefile Mon Jul 15 22:33:37 2019 (r350018) +++ head/lib/libc/tests/net/Makefile Mon Jul 15 23:41:00 2019 (r350019) @@ -38,4 +38,6 @@ aton_ether_subr.c: gen_ether_subr ${SRCTOP}/sys/net/if ${PACKAGE}FILES+= hosts ${PACKAGE}FILES+= resolv.conf +ATF_TESTS_SH_SED_servent_test= -e 's,services.cdb,services.db,g' + .include <bsd.test.mk> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
