git: e1f6571a12ed - pf tests: Sort Makefile entries

Kristof Provost kp at FreeBSD.org
Wed Dec 23 12:03:45 UTC 2020


The branch main has been updated by kp:

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

commit e1f6571a12ed7acba428357b67f6b34df1971605
Author:     Kristof Provost <kp at FreeBSD.org>
AuthorDate: 2020-12-19 14:27:33 +0000
Commit:     Kristof Provost <kp at FreeBSD.org>
CommitDate: 2020-12-23 11:03:20 +0000

    pf tests: Sort Makefile entries
    
    MFC after:      1 week
---
 tests/sys/netpfil/pf/Makefile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/tests/sys/netpfil/pf/Makefile b/tests/sys/netpfil/pf/Makefile
index 3dc20788aa87..73c85320c013 100644
--- a/tests/sys/netpfil/pf/Makefile
+++ b/tests/sys/netpfil/pf/Makefile
@@ -6,25 +6,25 @@ TESTSDIR=       ${TESTSBASE}/sys/netpfil/pf
 TESTS_SUBDIRS+=	ioctl
 
 ATF_TESTS_SH+=	anchor \
-		pass_block \
 		forward \
 		fragmentation \
+		icmp \
 		names \
 		nat \
-		set_tos \
-		src_track \
+		pass_block \
+		pfsync	\
 		rdr \
 		route_to \
-		synproxy \
 		set_skip \
-		table \
-		pfsync	\
-		icmp
+		set_tos \
+		src_track \
+		synproxy \
+		table
 
-${PACKAGE}FILES+=	utils.subr \
+${PACKAGE}FILES+=	CVE-2019-5597.py \
+			CVE-2019-5598.py \
 			echo_inetd.conf \
-			CVE-2019-5597.py \
-			CVE-2019-5598.py
+			utils.subr
 
 ${PACKAGE}FILESMODE_CVE-2019-5597.py=	0555
 ${PACKAGE}FILESMODE_CVE-2019-5598.py=	0555


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