Commit fd2be1b
Raymo
fix(test): relax Windows ACL assertion to match icacls (F) and (I)(F) forms
CI on windows-latest printed 'runneradmin:(F)' which the old regex
/:\(I?\)\(F\)/ could not match (it required an empty or 'I' group
between the parens). Accept both forms icacls emits.1 parent 6387f15 commit fd2be1b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments