From 2a38ee6ab6bdd4181d97011abc44bfac9a5f4e7b Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Tue, 6 Jun 2017 19:53:37 +0200 Subject: [PATCH] qa: fix typo in test --- qa/kern/fork_chain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/kern/fork_chain.c b/qa/kern/fork_chain.c index 8e28ebc..d5b0f8b 100644 --- a/qa/kern/fork_chain.c +++ b/qa/kern/fork_chain.c @@ -37,7 +37,7 @@ static void donothing(void) { int i = 0; - while(i < 100) + while(++i < 100) sleep(3000); exits(nil); }