svn commit: r350019 - head/lib/libc/tests/net

Olivier Cochard olivier at FreeBSD.org
Mon Jul 15 23:41:01 UTC 2019


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>


More information about the svn-src-all mailing list