From: Michael Tremer Date: Tue, 19 Jul 2022 14:34:02 +0000 (+0000) Subject: tests: Remove unneeded stuff from snapshot.c X-Git-Tag: 0.9.28~670 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e382fced4bf8b634333e344f9fd4045337e8ac7;p=pakfire.git tests: Remove unneeded stuff from snapshot.c Signed-off-by: Michael Tremer --- diff --git a/tests/libpakfire/snapshot.c b/tests/libpakfire/snapshot.c index 9105f3bd3..460954df9 100644 --- a/tests/libpakfire/snapshot.c +++ b/tests/libpakfire/snapshot.c @@ -18,14 +18,12 @@ # # #############################################################################*/ -#include +#include + #include -#include #include "../testsuite.h" -#define TEST_PKG1_PATH "data/beep-1.3-2.ip3.x86_64.pfm" - static int test_create_and_restore(const struct test* t) { int r = EXIT_FAILURE;