The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=77f453e9f9cafaf5e787c5bfd29966066d6b9dc3
commit 77f453e9f9cafaf5e787c5bfd29966066d6b9dc3 Author: Gleb Smirnoff <[email protected]> AuthorDate: 2026-01-15 21:40:33 +0000 Commit: Gleb Smirnoff <[email protected]> CommitDate: 2026-01-15 21:40:33 +0000 tests/if_ovpn: add missing cleanup to the multihome6 test Fixes: 0bfcfb3cb1cbfa383cbd24eff39d39f143eb63ba --- tests/sys/net/if_ovpn/if_ovpn.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/sys/net/if_ovpn/if_ovpn.sh b/tests/sys/net/if_ovpn/if_ovpn.sh index 6fe0393dd2b2..5260ac344b97 100644 --- a/tests/sys/net/if_ovpn/if_ovpn.sh +++ b/tests/sys/net/if_ovpn/if_ovpn.sh @@ -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"
