From b0b88d26c9df6d336167f87ce926bba9b56f6af0 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 25 Mar 2021 14:23:58 +0100 Subject: libfstree: Allow / as argument for "glob" and "dir" commands This allows putting globbed files & directories into the filesystem root, as well as explicitly setting attributes of the root directory from the file lisiting. Signed-off-by: David Oberhollenzer --- tests/libfstree/Makemodule.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/libfstree/Makemodule.am') diff --git a/tests/libfstree/Makemodule.am b/tests/libfstree/Makemodule.am index 4dc6da1..8248f5c 100644 --- a/tests/libfstree/Makemodule.am +++ b/tests/libfstree/Makemodule.am @@ -74,3 +74,4 @@ endif EXTRA_DIST += $(FSTDATADIR)/fstree1.txt EXTRA_DIST += $(FSTDATADIR)/fstree_glob1.txt $(FSTDATADIR)/fstree_glob2.txt +EXTRA_DIST += $(FSTDATADIR)/fstree_glob3.txt -- cgit v1.2.3