s4-smbtorture: Make test names lowercase and dot-separated.
[metze/samba/wip.git] / source4 / torture / auth / ntlmssp.c
index d7639ac9cff22ef3cc117088078c01813263ffcd..db8651c0a508c700dd4863115a7437c728279142 100644 (file)
@@ -151,8 +151,7 @@ static bool torture_ntlmssp_self_check(struct torture_context *tctx)
 
 struct torture_suite *torture_ntlmssp(TALLOC_CTX *mem_ctx)
 {
-       struct torture_suite *suite = torture_suite_create(mem_ctx, 
-                                                                                                          "NTLMSSP");
+       struct torture_suite *suite = torture_suite_create(mem_ctx, "ntlmssp");
 
        torture_suite_add_simple_test(suite, "NTLMSSP self check",
                                                                   torture_ntlmssp_self_check);