aboutsummaryrefslogtreecommitdiff
path: root/tests/tar_sparse.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-11-02 11:41:54 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-11-02 11:41:54 +0100
commit54ee2670c0ad260431f77c09d4568980eecc42af (patch)
treea6cc8329a835954996640d578af8de3c569cd188 /tests/tar_sparse.c
parent1cfd90f581b8a2870835b5d11eb393ded21ba262 (diff)
Cleanup: eliminate the now practically empty test_tar.h
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/tar_sparse.c')
-rw-r--r--tests/tar_sparse.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tar_sparse.c b/tests/tar_sparse.c
index 8e2976f..79d2041 100644
--- a/tests/tar_sparse.c
+++ b/tests/tar_sparse.c
@@ -4,7 +4,9 @@
*
* Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
*/
-#include "test_tar.h"
+#include "config.h"
+#include "tar.h"
+#include "test.h"
static void test_case_sparse(const char *path)
{