From 8e33a5d6cc45d15f5c9088ce896132aa288d7700 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 30 Aug 2002 19:06:07 +0000 Subject: Correct error message. Jeremy. (This used to be commit e9392c4a2e1e1ce44fcd1a1105477c17a3410f14) --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 977591bc53..047b4c7a24 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -3459,7 +3459,7 @@ static BOOL run_opentest(int dummy) } } - printf("Attribute open test #8 passed.\n"); + printf("Attribute open test #8 %s.\n", correct ? "passed" : "failed"); cli_unlink(&cli1, fname); -- cgit