git: 782a611a0ba6 - main - fts: Give the blocks test a description.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 May 2025 14:29:44 UTC
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=782a611a0ba6ac4eaa3650003da9d77c04b20849 commit 782a611a0ba6ac4eaa3650003da9d77c04b20849 Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2025-05-08 14:29:07 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2025-05-08 14:29:16 +0000 fts: Give the blocks test a description. Sponsored by: Klara, Inc. Reviewed by: kevans, imp Differential Revision: https://reviews.freebsd.org/D50235 --- lib/libc/tests/gen/fts_blocks_test.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/libc/tests/gen/fts_blocks_test.c b/lib/libc/tests/gen/fts_blocks_test.c index 1aec55b581d5..f020dd8dea45 100644 --- a/lib/libc/tests/gen/fts_blocks_test.c +++ b/lib/libc/tests/gen/fts_blocks_test.c @@ -19,7 +19,12 @@ * order they were created while ZFS will sort them lexicographically; in * both cases, the order we expect is the reverse. */ -ATF_TC_WITHOUT_HEAD(fts_blocks_test); +ATF_TC(fts_blocks_test); +ATF_TC_HEAD(fts_blocks_test, tc) +{ + atf_tc_set_md_var(tc, "descr", + "Test FTS with a block in lieu of a comparison function"); +} ATF_TC_BODY(fts_blocks_test, tc) { char *args[] = {