pflog: tests: Fix rdr_action_head()

Fix a typo in the rdr_action_head() test.

Fixes:		685fb42538 ("pf: Log the intended action when a NAT rule matches a packet")
MFC after:	1 week
This commit is contained in:
Jose Luis Duran
2026-01-17 23:30:33 +00:00
parent dce3d3a8c0
commit 964d91ee1d
+1 -1
View File
@@ -337,7 +337,7 @@ unspecified_v6_cleanup()
}
atf_test_case "rdr_action" "cleanup"
rdr_head()
rdr_action_head()
{
atf_set descr 'Ensure that NAT rule actions are logged correctly'
atf_set require.user root