Results for globignore.test.sh

statusbashosh
pass 1718
N-I 10
total1818
casebashoshdescription
0pass pass Don't glob flags on file system with GLOBIGNORE
1pass pass basic star case -> ignore files with txt extension
2pass pass basic question mark case -> ignore txt files with one char filename
3pass pass multiple patterns -> ignore files with o or h extensions
4pass pass ignore specific file
5pass pass ignore contents of specific directories
6pass pass find files in subdirectory but not the ignored pattern
7pass pass basic range cases
8pass pass range cases using character classes
9pass pass ignore everything
10pass pass treat escaped patterns literally
11pass pass resetting globignore reverts to default behaviour
12pass pass find dotfiles while ignoring . or ..
13pass pass different styles
14pass pass . and .. always filtered when GLOBIGNORE is set
15pass pass When GLOBIGNORE is set, glob may become empty (nullglob too)
16N-I pass When GLOBIGNORE is set, no_dash_glob isn't respected
details
17pass pass Extended glob expansion combined with GLOBIGNORE
35 passed, 0 OK, 1 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

bash16 When GLOBIGNORE is set, no_dash_glob isn't respected

stdout:
stderr: