tests/if_ovpn: add missing cleanup to the multihome6 test

Fixes:	0bfcfb3cb1
This commit is contained in:
Gleb Smirnoff
2026-01-15 13:40:33 -08:00
parent f9ae08a889
commit 77f453e9f9
+2
View File
@@ -1333,6 +1333,7 @@ multihome4_cleanup()
pft_cleanup
}
atf_test_case "multihome6" "cleanup"
multihome6_head()
{
atf_set descr 'Test multihome IPv6 with OpenVPN'
@@ -1413,6 +1414,7 @@ multihome6_body()
multihome6_cleanup()
{
ovpn_cleanup
pft_cleanup
}
atf_test_case "float" "cleanup"