Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157061467
D50235.id155134.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
586 B
Referenced Files
None
Subscribers
None
D50235.id155134.diff
View Options
diff --git a/lib/libc/tests/gen/fts_blocks_test.c b/lib/libc/tests/gen/fts_blocks_test.c
--- 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[] = {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 19, 5:22 AM (6 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33256152
Default Alt Text
D50235.id155134.diff (586 B)
Attached To
Mode
D50235: fts: Give the blocks test a description.
Attached
Detach File
Event Timeline
Log In to Comment