aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2023-12-14 09:22:26 +0000
committerKristof Provost <kp@FreeBSD.org>2023-12-14 09:23:41 +0000
commit8fab83d2c5c5e801105dbf25c28252fc97935b00 (patch)
treefa28da200566737ea59c63de0d18db8385bc9cc7
parent59dba901f227420647e4856f03cb782a3375c220 (diff)
downloadsrc-8fab83d2c5c5e801105dbf25c28252fc97935b00.tar.gz
src-8fab83d2c5c5e801105dbf25c28252fc97935b00.zip
pf tests: fix typos in the abort_v6 test case head / cleanup function name
MFC after: 1 week
-rw-r--r--tests/sys/netpfil/pf/sctp.sh4
1 files 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
}