From: Michael Tremer Date: Sun, 14 Jan 2024 16:02:03 +0000 (+0000) Subject: tests: Fix cgroup tests building from source X-Git-Tag: 0.9.30~1255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1b8098356071634b3e9968669025632f71fee16;p=pakfire.git tests: Fix cgroup tests building from source Signed-off-by: Michael Tremer --- diff --git a/tests/libpakfire/cgroup.c b/tests/libpakfire/cgroup.c index f7db3e565..9cc411334 100644 --- a/tests/libpakfire/cgroup.c +++ b/tests/libpakfire/cgroup.c @@ -74,7 +74,7 @@ static int test_stats(const struct test* t) { // Run a few things for (unsigned int i = 0; i < 3; i++) { - ASSERT_SUCCESS(pakfire_jail_exec(jail, argv, NULL, NULL, NULL, 0)); + ASSERT_SUCCESS(pakfire_jail_exec(jail, argv, 0)); } // Try reading the stats into some invalid space