Results for globignore.test.sh

statusbashosh
pass 1514
FAIL 01
total1515
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 FAIL find dotfiles while ignoring . or ..
details
13pass pass different styles
14pass pass . and .. always filtered when GLOBIGNORE is set
29 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

osh12 find dotfiles while ignoring . or ..

[osh stdout] Expected '.env\n. .. .env\n' Got '.env\n.env\n'

stdout:
.env
.env
stderr:
  shopt -u globskipdots
  ^~~~~
[ stdin ]:1: 'shopt' got invalid option 'globskipdots'