git: 15c4c3b58d0f - stable/12 - netinet6 tests: build fix

Kristof Provost kp at FreeBSD.org
Tue Aug 24 13:30:27 UTC 2021


The branch stable/12 has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=15c4c3b58d0f569fd6af66db9d96d7207a43b20a

commit 15c4c3b58d0f569fd6af66db9d96d7207a43b20a
Author:     Kristof Provost <kp at FreeBSD.org>
AuthorDate: 2021-08-24 13:29:36 +0000
Commit:     Kristof Provost <kp at FreeBSD.org>
CommitDate: 2021-08-24 13:29:36 +0000

    netinet6 tests: build fix
    
    Add missing '\'.
    Direct commit to stable/12 due to mismerge.
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 tests/sys/netinet6/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sys/netinet6/Makefile b/tests/sys/netinet6/Makefile
index d66c7f04c0e1..dcf9ce7f6279 100644
--- a/tests/sys/netinet6/Makefile
+++ b/tests/sys/netinet6/Makefile
@@ -8,7 +8,7 @@ FILESDIR=	${TESTSDIR}
 ATF_TESTS_SH=			\
 				exthdr \
 				mld \
-				scapyi386
+				scapyi386 \
 				ndp
 
 ${PACKAGE}FILES+=		exthdr.py


More information about the dev-commits-src-branches mailing list