diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-10-31 21:31:39 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-11-02 11:49:44 +0100 |
commit | 7c4b2a289cab34e4ec1b966663530a7babf08707 (patch) | |
tree | 612ac3ad117f0235a0653eecba20f5b1842fb0b0 /tests/tar_simple.c | |
parent | 105b454b944e24cf1e033d1b7211cadabbcfe7df (diff) |
Backport changes to the test setup
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/tar_simple.c')
-rw-r--r-- | tests/tar_simple.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tar_simple.c b/tests/tar_simple.c index 02bd521..84c8397 100644 --- a/tests/tar_simple.c +++ b/tests/tar_simple.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" #ifndef TESTUID #define TESTUID 1000 |