diff options
Diffstat (limited to 'tests/tar_xattr_schily_bin.c')
-rw-r--r-- | tests/tar_xattr_schily_bin.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/tar_xattr_schily_bin.c b/tests/tar_xattr_schily_bin.c index 29587f6..0fe2004 100644 --- a/tests/tar_xattr_schily_bin.c +++ b/tests/tar_xattr_schily_bin.c @@ -4,15 +4,7 @@ * * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> */ -#include "config.h" - -#include "tar.h" -#include "test.h" - -#define STR(x) #x -#define STRVALUE(x) STR(x) - -#define TEST_PATH STRVALUE(TESTPATH) +#include "test_tar.h" static const uint8_t value[] = { 0x00, 0x00, 0x00, 0x02, |