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
This commit is contained in:
Olivier Cochard 2019-07-15 23:41:00 +00:00
parent d455c0d04a
commit f53a2a1f61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350019

View File

@ -38,4 +38,6 @@ aton_ether_subr.c: gen_ether_subr ${SRCTOP}/sys/net/if_ethersubr.c
${PACKAGE}FILES+= hosts
${PACKAGE}FILES+= resolv.conf
ATF_TESTS_SH_SED_servent_test= -e 's,services.cdb,services.db,g'
.include <bsd.test.mk>