if_ovpn tests: fix typo in test description

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Kristof Provost 2022-11-10 14:02:23 +01:00
parent 7592dd5527
commit e838ed7ca1

View File

@ -480,7 +480,7 @@ timeout_client_cleanup()
atf_test_case "explicit_exit" "cleanup"
explicit_exit_head()
{
atf_set descr 'Text explicit exit notification'
atf_set descr 'Test explicit exit notification'
atf_set require.user root
atf_set require.progs openvpn
}