]> git.ipfire.org Git - people/stevee/pakfire.git/commitdiff
tests: Remove unneeded stuff from snapshot.c
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Jul 2022 14:34:02 +0000 (14:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 Jul 2022 14:34:02 +0000 (14:34 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tests/libpakfire/snapshot.c

index 9105f3bd375397769f030cab470099cbe6bd741f..460954df9e40e11d18c0cc319b7463bcb71aabe6 100644 (file)
 #                                                                             #
 #############################################################################*/
 
-#include <pakfire/pakfire.h>
+#include <stdio.h>
+
 #include <pakfire/snapshot.h>
-#include <pakfire/util.h>
 
 #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;