summaryrefslogtreecommitdiff
path: root/source4/torture/nbt/query.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/nbt/query.c')
-rw-r--r--source4/torture/nbt/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/nbt/query.c b/source4/torture/nbt/query.c
index a05e34c0e6..d64683aa57 100644
--- a/source4/torture/nbt/query.c
+++ b/source4/torture/nbt/query.c
@@ -108,7 +108,7 @@ static bool bench_namequery(struct torture_context *tctx)
*/
struct torture_suite *torture_bench_nbt(TALLOC_CTX *mem_ctx)
{
- struct torture_suite *suite = torture_suite_create(mem_ctx, "BENCH");
+ struct torture_suite *suite = torture_suite_create(mem_ctx, "bench");
torture_suite_add_simple_test(suite, "namequery", bench_namequery);
return suite;