diff options
author | Mark Johnston <markj@FreeBSD.org> | 2021-06-23 14:37:40 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2021-06-23 14:37:40 +0000 |
commit | 4420bb6a8642e3a24f30c2917dc994cf5800ea6f (patch) | |
tree | 28bdb176d41434f18990648ebd24b0398822d76d /sbin | |
parent | 2bbeada0f75a78c24ef9eaeb97c24a672425791d (diff) | |
download | src-4420bb6a8642e3a24f30c2917dc994cf5800ea6f.tar.gz src-4420bb6a8642e3a24f30c2917dc994cf5800ea6f.zip |
mdconfig tests: Correct a copy-pasted test description
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sbin')
-rwxr-xr-x | sbin/mdconfig/tests/mdconfig_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |