qa: fix typo in test

This commit is contained in:
Giacomo Tesio 2017-06-06 19:53:37 +02:00
parent 4f97f4a80b
commit 2a38ee6ab6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static void
donothing(void) donothing(void)
{ {
int i = 0; int i = 0;
while(i < 100) while(++i < 100)
sleep(3000); sleep(3000);
exits(nil); exits(nil);
} }