summaryrefslogtreecommitdiff
path: root/lib/util/tests/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/tests/time.c')
-rw-r--r--lib/util/tests/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/tests/time.c b/lib/util/tests/time.c
index 78e8121b63..592f88f88b 100644
--- a/lib/util/tests/time.c
+++ b/lib/util/tests/time.c
@@ -100,7 +100,7 @@ static bool test_get_time_zone(struct torture_context *tctx)
struct torture_suite *torture_local_util_time(TALLOC_CTX *mem_ctx)
{
- struct torture_suite *suite = torture_suite_create(mem_ctx, "TIME");
+ struct torture_suite *suite = torture_suite_create(mem_ctx, "time");
torture_suite_add_simple_test(suite, "null_time", test_null_time);
torture_suite_add_simple_test(suite, "get_time_zone", test_get_time_zone);