s4-smbtorture: Make test names lowercase and dot-separated.
[metze/samba/wip.git] / lib / util / tests / parmlist.c
index c1bd69d2b048e8cc2d7223a899f872d795c4f7b1..45e7ec3efa206316832050a4919e1c3b235d67ec 100644 (file)
@@ -94,7 +94,7 @@ static bool test_get_string_list(struct torture_context *tctx)
 
 struct torture_suite *torture_local_util_parmlist(TALLOC_CTX *mem_ctx)
 {
-       struct torture_suite *suite = torture_suite_create(mem_ctx, "PARMLIST");
+       struct torture_suite *suite = torture_suite_create(mem_ctx, "parmlist");
 
        torture_suite_add_simple_test(suite, "get_int", test_get_int);
        torture_suite_add_simple_test(suite, "get_string", test_get_string);