Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2022 13:35:24 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e838ed7ca166 - main - if_ovpn tests: fix typo in test description
Message-ID:  <202211101335.2AADZOkF017110@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211101335.2AADZOkF017110>