summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/registry/tests/generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/tests/generic.c b/source4/lib/registry/tests/generic.c
index 69146186dc..68040ea98e 100644
--- a/source4/lib/registry/tests/generic.c
+++ b/source4/lib/registry/tests/generic.c
@@ -114,7 +114,7 @@ static bool test_reg_val_description_nullname(struct torture_context *ctx)
_PUBLIC_ NTSTATUS torture_registry_init(void)
{
- struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "REGISTRY");
+ struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "LOCAL-REGISTRY");
torture_suite_add_simple_test(suite, "str_regtype",
test_str_regtype);
torture_suite_add_simple_test(suite, "reg_val_data_string dword",