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/libsqfs/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libsqfs/table.c') diff --git a/tests/libsqfs/table.c b/tests/libsqfs/table.c index 5f240cc..ed373a7 100644 --- a/tests/libsqfs/table.c +++ b/tests/libsqfs/table.c @@ -6,7 +6,7 @@ */ #include "config.h" #include "compat.h" -#include "../test.h" +#include "util/test.h" #include "sqfs/compressor.h" #include "sqfs/error.h" -- cgit v1.2.3