From 86a947b9446b9b5d881d1a974cfe1bcde9d08f2f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 2 Jul 2022 20:40:41 +0200 Subject: Cleanup: move test.h to libutil Signed-off-by: David Oberhollenzer --- tests/libfstree/epoch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libfstree/epoch.c') diff --git a/tests/libfstree/epoch.c b/tests/libfstree/epoch.c index 354a33f..ce7e120 100644 --- a/tests/libfstree/epoch.c +++ b/tests/libfstree/epoch.c @@ -6,7 +6,7 @@ */ #include "config.h" #include "internal.h" -#include "../test.h" +#include "util/test.h" #if defined(_WIN32) || defined(__WINDOWS__) static void setenv(const char *key, const char *value, int overwrite) -- cgit v1.2.3