qa: fix typo in test

This commit is contained in:
2017-06-06 19:53:37 +02:00
parent 4f97f4a80b
commit 2a38ee6ab6

View File

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