diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-02-19 18:24:11 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-02-19 18:24:38 +0100 |
commit | 573edeb13b5b71f90fc1d819af6748cb93d5604e (patch) | |
tree | 3883cc37668f52f979d2d58e3165244ef1ca1259 /tests/fstree_glob1.txt | |
parent | 6424676d6332cf00e4146d4b45d00cd2eb25d359 (diff) |
libfstree: reject unknown glob options to allow future expansions
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/fstree_glob1.txt')
-rw-r--r-- | tests/fstree_glob1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fstree_glob1.txt b/tests/fstree_glob1.txt index 28dbecb..0d96391 100644 --- a/tests/fstree_glob1.txt +++ b/tests/fstree_glob1.txt @@ -1,2 +1,2 @@ dir /tarcorpus 0755 0 0 -glob /tarcorpus 0755 0 0 -type d tar +glob /tarcorpus 0755 0 0 -type d -- tar |