git: f6d8ea893bb2 - stable/14 - pf tests: fix typos in the abort_v6 test case head / cleanup function name

From: Kristof Provost <kp_at_FreeBSD.org>
Date: Thu, 21 Dec 2023 09:36:16 UTC
The branch stable/14 has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=f6d8ea893bb228dcd8e5ece6f52b6e6cec5c2061

commit f6d8ea893bb228dcd8e5ece6f52b6e6cec5c2061
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2023-12-14 09:22:26 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2023-12-21 09:35:51 +0000

    pf tests: fix typos in the abort_v6 test case head / cleanup function name
    
    MFC after:      1 week
    
    (cherry picked from commit 8fab83d2c5c5e801105dbf25c28252fc97935b00)
---
 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
 }