git: e838ed7ca166 - main - if_ovpn tests: fix typo in test description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Nov 2022 13:35:24 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=e838ed7ca166220bac9da3b76cf6ac0cfba5359f commit e838ed7ca166220bac9da3b76cf6ac0cfba5359f Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2022-11-10 13:02:23 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2022-11-10 13:34:25 +0000 if_ovpn tests: fix typo in test description Sponsored by: Rubicon Communications, LLC ("Netgate") --- tests/sys/net/if_ovpn/if_ovpn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/net/if_ovpn/if_ovpn.sh b/tests/sys/net/if_ovpn/if_ovpn.sh index 83bf13bf0cba..8953e7122a57 100644 --- a/tests/sys/net/if_ovpn/if_ovpn.sh +++ b/tests/sys/net/if_ovpn/if_ovpn.sh @@ -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 }