From f96b1778a42d8388fd1c6384cd7c90b6e4bcd437 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 26 Aug 2007 19:58:40 +0000 Subject: r24674: Make sure results are always on a new line, fix typo in test name. (This used to be commit 40c1635b39b4acff0acecc734583daa0217215ce) --- source4/torture/raw/lockbench.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/torture/raw/lockbench.c') diff --git a/source4/torture/raw/lockbench.c b/source4/torture/raw/lockbench.c index ce90944b1d..44b60b8695 100644 --- a/source4/torture/raw/lockbench.c +++ b/source4/torture/raw/lockbench.c @@ -393,9 +393,10 @@ BOOL torture_bench_lock(struct torture_context *torture) smbcli_deltree(state[0].tree, BASEDIR); talloc_free(mem_ctx); + printf("\n"); return ret; failed: talloc_free(mem_ctx); - return False; + return false; } -- cgit