git: 939aacb60077 - main - pfctl tests: macro test requires pf to be loaded

From: Kristof Provost <kp_at_FreeBSD.org>
Date: Wed, 09 Jul 2025 15:40:31 UTC
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()