diff options
Diffstat (limited to 'source4/torture/auth/pac.c')
-rw-r--r-- | source4/torture/auth/pac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/auth/pac.c b/source4/torture/auth/pac.c index 4133e75ffa1..13796bd3db9 100644 --- a/source4/torture/auth/pac.c +++ b/source4/torture/auth/pac.c @@ -730,7 +730,7 @@ static bool torture_pac_saved_check(struct torture_context *tctx) struct torture_suite *torture_pac(TALLOC_CTX *mem_ctx) { - struct torture_suite *suite = torture_suite_create(mem_ctx, "PAC"); + struct torture_suite *suite = torture_suite_create(mem_ctx, "pac"); torture_suite_add_simple_test(suite, "self check", torture_pac_self_check); |