X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source4%2Ftorture%2Fnbt%2Fnbt.c;h=7c45f867e7424aaa1bba4f48e94caeacf1094088;hp=6ea31dae86327c0256f26474505ae5b02b629795;hb=35fbc7bbda5851f7172538f79fc79be201f1d521;hpb=68d97f8b492d1d075ed77a4bab7f178d10570106 diff --git a/source4/torture/nbt/nbt.c b/source4/torture/nbt/nbt.c index 6ea31dae863..7c45f867e74 100644 --- a/source4/torture/nbt/nbt.c +++ b/source4/torture/nbt/nbt.c @@ -49,7 +49,7 @@ bool torture_nbt_get_name(struct torture_context *tctx, NTSTATUS torture_nbt_init(void) { struct torture_suite *suite = torture_suite_create( - talloc_autofree_context(), "NBT"); + talloc_autofree_context(), "nbt"); /* nbt tests */ torture_suite_add_suite(suite, torture_nbt_register(suite)); torture_suite_add_suite(suite, torture_nbt_wins(suite));