From: rsc Date: Mon, 20 Aug 2007 21:00:20 +0000 (+0000) Subject: bug in usertests! X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=2d61a40b2059b9a198e7c4ff04c6ced88cb3ce65;p=cs3210-lab0.git bug in usertests! --- diff --git a/usertests.c b/usertests.c index 59cb0b3..399d6b2 100644 --- a/usertests.c +++ b/usertests.c @@ -497,8 +497,8 @@ createdelete(void) if(pid==0) exit(); - // else - //exit(); + else + wait(); for(i = 0; i < N; i++){ name[0] = 'p';