aboutsummaryrefslogtreecommitdiff
path: root/tests/test_tar.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_tar.h')
-rw-r--r--tests/test_tar.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/test_tar.h b/tests/test_tar.h
deleted file mode 100644
index 9ec2b12..0000000
--- a/tests/test_tar.h
+++ /dev/null
@@ -1,19 +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"
-
-#define STR(x) #x
-#define STRVALUE(x) STR(x)
-
-#define TEST_PATH STRVALUE(TESTPATH)
-
-#endif /* TEST_TAR_H */