summaryrefslogtreecommitdiff
path: root/source4/torture/auth
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/auth')
-rw-r--r--source4/torture/auth/pac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/auth/pac.c b/source4/torture/auth/pac.c
index ecba5d1cc8..d922d5d1e9 100644
--- a/source4/torture/auth/pac.c
+++ b/source4/torture/auth/pac.c
@@ -663,7 +663,7 @@ static BOOL torture_pac_saved_check(struct torture_context *test,
struct torture_suite *torture_pac(TALLOC_CTX *mem_ctx)
{
- struct torture_suite *suite = torture_suite_create(mem_ctx, "AUTH-PAC");
+ struct torture_suite *suite = torture_suite_create(mem_ctx, "LOCAL-PAC");
torture_suite_add_simple_tcase(suite, "self check",
torture_pac_self_check, NULL);