diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-07-02 20:40:41 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-07-08 19:17:35 +0200 |
commit | 86a947b9446b9b5d881d1a974cfe1bcde9d08f2f (patch) | |
tree | 808bfcb82223d4193f8e70b174065049aab1f67f /tests/libtar/tar_simple.c | |
parent | e6a19ba1a05f77f051187a6b1a828ee6d39ce052 (diff) |
Cleanup: move test.h to libutil
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/libtar/tar_simple.c')
-rw-r--r-- | tests/libtar/tar_simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtar/tar_simple.c b/tests/libtar/tar_simple.c index d72044a..8879f05 100644 --- a/tests/libtar/tar_simple.c +++ b/tests/libtar/tar_simple.c @@ -7,7 +7,7 @@ #include "config.h" #include "io/file.h" #include "tar/tar.h" -#include "../test.h" +#include "util/test.h" #ifndef TESTUID #define TESTUID 1000 |