Date: Wed, 9 Jul 2025 15:40:31 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 939aacb60077 - main - pfctl tests: macro test requires pf to be loaded Message-ID: <202507091540.569FeVFT008626@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=939aacb600776ec11a524c81be85a39527d2d7c8 commit 939aacb600776ec11a524c81be85a39527d2d7c8 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2025-07-09 14:19:12 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2025-07-09 15:38:08 +0000 pfctl tests: macro test requires pf to be loaded Sponsored by: Rubicon Communications, LLC ("Netgate") --- sbin/pfctl/tests/macro.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/pfctl/tests/macro.sh b/sbin/pfctl/tests/macro.sh index 9c48dbbc69f0..071c6cb4f426 100755 --- a/sbin/pfctl/tests/macro.sh +++ b/sbin/pfctl/tests/macro.sh @@ -3,6 +3,7 @@ atf_test_case "space" cleanup space_head() { atf_set descr "Test macros with spaces" + atf_set require.kmods "pf" } space_body()
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507091540.569FeVFT008626>