From 22be40b6b8c034c143ce5d804628bc12cb1cc3dd Mon Sep 17 00:00:00 2001
From: Andrew Tridgell <tridge@samba.org>
Date: Tue, 5 Feb 2002 06:42:35 +0000
Subject: [PATCH] got rid of a silly '*' in printout

---
 source/torture/torture.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source/torture/torture.c b/source/torture/torture.c
index fa8e43b705e..ccd604a7a72 100644
--- a/source/torture/torture.c
+++ b/source/torture/torture.c
@@ -3032,7 +3032,6 @@ static double create_procs(BOOL (*fn)(int), BOOL *result)
 
 	for (i=0;i<nprocs;i++) {
 		waitpid(0, &status, 0);
-		printf("*");
 	}
 
 	printf("\n");