summaryrefslogtreecommitdiff
path: root/testsuite/test-blacklist.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.de.marchi@gmail.com>2023-02-09 11:19:46 -0800
committerLucas De Marchi <lucas.de.marchi@gmail.com>2023-02-10 14:29:28 -0800
commit3d38e322f9353693dd6eb6c085f55447c0e46bb3 (patch)
tree7bfe5b87e73a4d3328bdf8eed7482c227da56e47 /testsuite/test-blacklist.c
parent184a070733c0055a9cad15fcad57a264910a64ff (diff)
downloadkmod-3d38e322f9353693dd6eb6c085f55447c0e46bb3.tar.gz
testsuite: Handle different sysconfdir
Instead of skipping tests if sysconfdir isn't /etc, just handle it during the rootfs setup logic. Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'testsuite/test-blacklist.c')
-rw-r--r--testsuite/test-blacklist.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/test-blacklist.c b/testsuite/test-blacklist.c
index d03eedb..969567d 100644
--- a/testsuite/test-blacklist.c
+++ b/testsuite/test-blacklist.c
@@ -95,9 +95,6 @@ fail_lookup:
}
DEFINE_TEST(blacklist_1,
-#if defined(KMOD_SYSCONFDIR_NOT_ETC)
- .skip = true,
-#endif
.description = "check if modules are correctly blacklisted",
.config = {
[TC_ROOTFS] = TESTSUITE_ROOTFS "test-blacklist/",