Commit ad2fd70
committed
glob: Fix GLOBIGNORE test for bash 4.4, add note
Bash 4.4 was released last night, and apparently the `GLOBIGNORE`
behavior changed in a fashion that broke the 'glob/main: recursively
discover files' case. Specifically, a pattern with a leading `*` doesn't
seem to match arbitrarily deep subdirectory prefixes anymore. Expanding
the `--ignore` argument to be more specific fixes the test for bash 4.4
and still works for previous versions.1 parent da71b3f commit ad2fd70
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
205 | 210 | | |
206 | 211 | | |
207 | 212 | | |
0 commit comments