diff options
Diffstat (limited to 'lib/torture')
-rw-r--r-- | lib/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torture/torture.c b/lib/torture/torture.c index a2799efe16..1b0a9564db 100644 --- a/lib/torture/torture.c +++ b/lib/torture/torture.c @@ -444,7 +444,7 @@ static bool internal_torture_run_test(struct torture_context *context, if (!success && context->last_result == TORTURE_OK) { if (context->last_reason == NULL) context->last_reason = talloc_strdup(context, - "Unknown error/failure. Missing torture_fail() or torture_result() call?"); + "Unknown error/failure. Missing torture_fail() or torture_assert_*() call?"); context->last_result = TORTURE_ERROR; } } |