Re: [PATCH] test/cfgfile: add check for file removal

2024-11-26 Thread Thomas Monjalon
20/11/2024 17:50, Stephen Hemminger: > The test makes temporary files for parsing and then cleans up. > It was not checking the return value from the remove step > which makes Coverity unhappy. > > Coverity ID: 451207 > Coverity ID: 451209 > Coverity ID: 451212 > Coverity ID: 451213 > Coverity ID:

[PATCH] test/cfgfile: add check for file removal

2024-11-20 Thread Stephen Hemminger
The test makes temporary files for parsing and then cleans up. It was not checking the return value from the remove step which makes Coverity unhappy. Coverity ID: 451207 Coverity ID: 451209 Coverity ID: 451212 Coverity ID: 451213 Coverity ID: 451215 Coverity ID: 451217 Coverity ID: 451222 Coverit