[LTP] [PATCH v2 4/8] Add ioctl_pidfd02 test

Andrea Cervesato andrea.cervesato@suse.com
Mon Jul 7 17:25:03 CEST 2025


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



More information about the ltp mailing list