From: Michael Tremer Date: Wed, 21 Apr 2021 10:57:01 +0000 (+0000) Subject: tests: Remove Pakfire argument from progressbar X-Git-Tag: 0.9.28~1285^2~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ac9ffcdc954226565a72fc9e16f8b64a142849;p=pakfire.git tests: Remove Pakfire argument from progressbar Signed-off-by: Michael Tremer --- diff --git a/tests/libpakfire/progressbar.c b/tests/libpakfire/progressbar.c index 8a1dc72ca..b0b35a1cb 100644 --- a/tests/libpakfire/progressbar.c +++ b/tests/libpakfire/progressbar.c @@ -29,7 +29,7 @@ static int test_run(const struct test* t) { struct pakfire_progressbar* p; - ASSERT_SUCCESS(pakfire_progressbar_create(&p, t->pakfire, NULL)); + ASSERT_SUCCESS(pakfire_progressbar_create(&p, NULL)); ASSERT(pakfire_progressbar_finish(p) == EINVAL);