]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: always exit() from the child process
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 13 Jun 2025 16:45:34 +0000 (17:45 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 16 Jun 2025 12:37:42 +0000 (07:37 -0500)
commitac4a65b029206daba797ce54f8fc583595dd5db5
tree0cd94e46922eef185265cda7aa358a8d139c4330
parent6d0d80ac0b6a82114f689213b82b32d9d51cfcb6
testsuite: always exit() from the child process

Update the existing code-paths to always exit() for the child process.
We already handle that in a few places, but the error-paths are
(understandably) off.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/371
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/testsuite.c