diff options
Diffstat (limited to 'tests/libfstree/fstree_glob1.c')
-rw-r--r-- | tests/libfstree/fstree_glob1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libfstree/fstree_glob1.c b/tests/libfstree/fstree_glob1.c index 08e39bd..3aff21a 100644 --- a/tests/libfstree/fstree_glob1.c +++ b/tests/libfstree/fstree_glob1.c @@ -7,7 +7,7 @@ #include "config.h" #include "fstree.h" -#include "../test.h" +#include "util/test.h" static void check_hierarchy(tree_node_t *root, bool subdir, bool recursive) { |