Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2021 13:30:27 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 15c4c3b58d0f - stable/12 - netinet6 tests: build fix
Message-ID:  <202108241330.17ODURlQ028157@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kp:

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

commit 15c4c3b58d0f569fd6af66db9d96d7207a43b20a
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2021-08-24 13:29:36 +0000
Commit:     Kristof Provost <kp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108241330.17ODURlQ028157>