On 7/7/25 2:33 PM, Cyril Hrubis wrote: > Wouldn't it be just easier to check that info1->exit_code == 100? We info1->exit_code is the equivalent of the "wstatus" set by waitpid(), so eventually we should: TST_EXP_EQ_LI(info1->exit_code, status); - Andrea