pf tests: fix sctp:timeout test

The test body somehow wound up in the cleanup function.

MFC after:	1 week
Sponsored by:	Rubicon Communications, LLC ("Netgate")

(cherry picked from commit fe0c82a603)
This commit is contained in:
Kristof Provost 2024-07-17 15:56:49 +02:00 committed by Franco Fichtner
parent a6bd9da1cd
commit 83d88cf570

View file

@ -666,11 +666,6 @@ timeout_head()
timeout_body()
{
sctp_init
}
timeout_cleanup()
{
pft_cleanup
vnet_mkjail timeout
@ -687,6 +682,11 @@ timeout_cleanup()
jexec timeout pfctl -st
}
timeout_cleanup()
{
pft_cleanup
}
atf_init_test_cases()
{
atf_add_test_case "basic_v4"