s4-smbtorture: Make test names lowercase and dot-separated.
[kai/samba-autobuild/.git] / nsswitch / libwbclient / tests / wbclient.c
index 200805e892565e34edc32c47c343691ec94f0cf7..c6ee53148173c7ce7b17923f977dbc0cda223371 100644 (file)
@@ -678,7 +678,7 @@ static bool test_wbc_getgroups(struct torture_context *tctx)
 
 struct torture_suite *torture_wbclient(void)
 {
-       struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "WBCLIENT");
+       struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "wbclient");
 
        torture_suite_add_simple_test(suite, "wbcPing", test_wbc_ping);
        torture_suite_add_simple_test(suite, "wbcPingDc", test_wbc_pingdc);