hello, > + if (counter != CHILDREN_NUM) { > + tst_res(TFAIL, "%d children didn't end", CHILDREN_NUM - counter); > + return 1; > } Forgot to add, this is another place with can use TST_EXP_EQ -- Thank you, Richard.