Date: Wed, 30 Jun 2021 12:18:16 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 2d4eba7f8e08 - stable/13 - mdconfig tests: Correct a copy-pasted test description Message-ID: <202106301218.15UCIG4A071713@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=2d4eba7f8e08ffb84521fbca30ee82f71e33078c commit 2d4eba7f8e08ffb84521fbca30ee82f71e33078c Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2021-06-23 14:37:40 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2021-06-30 12:18:00 +0000 mdconfig tests: Correct a copy-pasted test description Sponsored by: The FreeBSD Foundation (cherry picked from commit 4420bb6a8642e3a24f30c2917dc994cf5800ea6f) --- sbin/mdconfig/tests/mdconfig_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/mdconfig/tests/mdconfig_test.sh b/sbin/mdconfig/tests/mdconfig_test.sh index 0dd520826056..92ba0342447c 100755 --- a/sbin/mdconfig/tests/mdconfig_test.sh +++ b/sbin/mdconfig/tests/mdconfig_test.sh @@ -171,7 +171,7 @@ attach_vnode_larger_than_file_cleanup() atf_test_case attach_vnode_sector_size cleanup attach_vnode_sector_size_head() { - atf_set "descr" "Tests mdconfig -s with size greater than the file size" + atf_set "descr" "Tests mdconfig -S with a backing file" } attach_vnode_sector_size_body() {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106301218.15UCIG4A071713>