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_glob2.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_glob2.txt')
-rw-r--r-- | tests/fstree_glob2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fstree_glob2.txt b/tests/fstree_glob2.txt index be30fcc..f423b4a 100644 --- a/tests/fstree_glob2.txt +++ b/tests/fstree_glob2.txt @@ -1,3 +1,3 @@ dir /tarcorpus 0755 0 0 glob /tarcorpus 0755 0 0 -type d tar -glob /tarcorpus 0644 0 0 -type f -name "*gnu*.tar" tar +glob /tarcorpus 0644 0 0 -type f -name "*gnu*.tar" -- tar |