summaryrefslogtreecommitdiff
path: root/lib/util/tests/data_blob.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/tests/data_blob.c')
-rw-r--r--lib/util/tests/data_blob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/tests/data_blob.c b/lib/util/tests/data_blob.c
index 53330a4afd..bdccef2ce8 100644
--- a/lib/util/tests/data_blob.c
+++ b/lib/util/tests/data_blob.c
@@ -85,7 +85,7 @@ static bool test_hex_string(struct torture_context *tctx)
struct torture_suite *torture_local_util_data_blob(TALLOC_CTX *mem_ctx)
{
- struct torture_suite *suite = torture_suite_create(mem_ctx, "DATABLOB");
+ struct torture_suite *suite = torture_suite_create(mem_ctx, "datablob");
torture_suite_add_simple_test(suite, "string", test_string);
torture_suite_add_simple_test(suite, "string_null", test_string_null);