]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: remove unused parameters
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 29 May 2025 14:31:36 +0000 (15:31 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Wed, 11 Jun 2025 12:54:40 +0000 (07:54 -0500)
commita06f96c876e30c2d2a87198c10ee92e1da076d0f
tree252c1fd494e785c4600ce3ff1472b40d4711cadf
parentabd99d20e235e270f703dfac6d6313d0bf017143
testsuite: remove unused parameters

As of previous commit, neither fd_cmp_regex nor fd_cmp_exact needs the
test fixture. Remove the unused parameter and make the compiler happy
;-)

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