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/test_tar.h | |
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/test_tar.h')
-rw-r--r-- | tests/test_tar.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/test_tar.h b/tests/test_tar.h deleted file mode 100644 index 0d5ccc1..0000000 --- a/tests/test_tar.h +++ /dev/null @@ -1,14 +0,0 @@ -/* SPDX-License-Identifier: GPL-3.0-or-later */ -/* - * test_tar.h - * - * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> - */ -#ifndef TEST_TAR_H -#define TEST_TAR_H - -#include "config.h" -#include "tar.h" -#include "test.h" - -#endif /* TEST_TAR_H */ |