]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: remove remaining exit/noreturn instances
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 13 Jun 2025 16:37:25 +0000 (17:37 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Mon, 16 Jun 2025 12:37:42 +0000 (07:37 -0500)
commit6d0d80ac0b6a82114f689213b82b32d9d51cfcb6
treef9719a1b14f68e293dbc2e477d8a8cdd0b36a6aa
parente09acf2e2447ddb0619bffd0237521c405c4e1bb
testsuite: remove remaining exit/noreturn instances

Purge the remaining exit/noreturn instances, which means we now get a
consistent return path on all tests and across both success and failure
paths.

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/test-blacklist.c
testsuite/test-dependencies.c
testsuite/test-init.c
testsuite/test-initstate.c
testsuite/test-loaded.c
testsuite/test-multi-softdep.c
testsuite/test-new-module.c
testsuite/test-remove.c
testsuite/test-testsuite.c
testsuite/test-weakdep.c