diff options
Diffstat (limited to 'source4/torture/rap/printing.c')
-rw-r--r-- | source4/torture/rap/printing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rap/printing.c b/source4/torture/rap/printing.c index a2ee582758..a8ccac56c2 100644 --- a/source4/torture/rap/printing.c +++ b/source4/torture/rap/printing.c @@ -686,7 +686,7 @@ static bool test_rap_print(struct torture_context *tctx, struct torture_suite *torture_rap_printing(TALLOC_CTX *mem_ctx) { - struct torture_suite *suite = torture_suite_create(mem_ctx, "PRINTING"); + struct torture_suite *suite = torture_suite_create(mem_ctx, "printing"); torture_suite_add_1smb_test(suite, "raw_print", test_raw_print); torture_suite_add_1smb_test(suite, "rap_print", test_rap_print); |