git: 8fab83d2c5c5 - main - pf tests: fix typos in the abort_v6 test case head / cleanup function name
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 09:23:59 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=8fab83d2c5c5e801105dbf25c28252fc97935b00 commit 8fab83d2c5c5e801105dbf25c28252fc97935b00 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2023-12-14 09:22:26 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2023-12-14 09:23:41 +0000 pf tests: fix typos in the abort_v6 test case head / cleanup function name MFC after: 1 week --- tests/sys/netpfil/pf/sctp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sys/netpfil/pf/sctp.sh b/tests/sys/netpfil/pf/sctp.sh index 86356128bb7e..66225e132d1c 100644 --- a/tests/sys/netpfil/pf/sctp.sh +++ b/tests/sys/netpfil/pf/sctp.sh @@ -240,7 +240,7 @@ abort_v4_cleanup() } atf_test_case "abort_v6" "cleanup" -abort_v4_head() +abort_v6_head() { atf_set descr 'Test sending ABORT messages over IPv6' atf_set require.user root @@ -292,7 +292,7 @@ abort_v6_body() fi } -abort_v4_cleanup() +abort_v6_cleanup() { pft_cleanup }