pf tests: fix typos in the abort_v6 test case head / cleanup function name

MFC after:	1 week
This commit is contained in:
Kristof Provost 2023-12-14 10:22:26 +01:00
parent 59dba901f2
commit 8fab83d2c5

View file

@ -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
}