mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 20:41:03 +01:00
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:
parent
271f146955
commit
fe0c82a603
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user