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")
This commit is contained in:
Kristof Provost 2024-07-17 15:56:49 +02:00
parent 271f146955
commit fe0c82a603

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"