diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-11-02 11:41:54 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-11-02 11:41:54 +0100 |
commit | 54ee2670c0ad260431f77c09d4568980eecc42af (patch) | |
tree | a6cc8329a835954996640d578af8de3c569cd188 /tests/tar_xattr.c | |
parent | 1cfd90f581b8a2870835b5d11eb393ded21ba262 (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_xattr.c')
-rw-r--r-- | tests/tar_xattr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tar_xattr.c b/tests/tar_xattr.c index e06b428..d864ba3 100644 --- a/tests/tar_xattr.c +++ b/tests/tar_xattr.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" int main(void) { |