]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: remove access() sub-test
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 14 Sep 2024 14:08:59 +0000 (15:08 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 17 Sep 2024 03:01:34 +0000 (22:01 -0500)
commit4928a9e61e91fe74ab99891184d9c211cd891e6d
tree6a52683db8aca6ef54aaeae36ca6ad40ab83cee4
parentd6b85d82d797d391a8cb087311e01a1d73142f65
testsuite: remove access() sub-test

Our test does access + stat, where stat is sufficient. In addition, the
kmod codebase never used access (afaict), so we're safe to remove the
access() part.

Alongside it we can drop the LD_PRELOAD wrapper.

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