]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: s/return EXIT_SUCCESS/return 0/ master
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 3 Jul 2026 12:05:03 +0000 (13:05 +0100)
committerLucas De Marchi <ldemarchi@kernel.org>
Thu, 16 Jul 2026 02:19:53 +0000 (23:19 -0300)
commit84fa569b2eb3230284168d59863330bafb07bc52
tree9a4e6bbbbbc39465a6ba666c7f4b8417f4380b51
parentbd7ed71b0123433b58517ed5935a29c9240e00d2
testsuite: s/return EXIT_SUCCESS/return 0/

With all the EXIT_FAILURE instances done from the tests (only ones in
tools and the test runner remain), lets drop the EXIT_SUCCESS ones.

Functionally identical and arguably slightly neater.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/375
Signed-off-by: Lucas De Marchi <ldemarchi@kernel.org>
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-util.c
testsuite/test-weakdep.c