Commit 04e1103
committed
fix: re-download cached func CLI binary if not executable
ensureFuncVersion() only checked if the cached binary file existed,
not whether it had execute permission. If the binary lost its execute
bit (e.g. due to a partial download or filesystem issue in CI), the
test would fail with "permission denied" and cascade-fail other specs.1 parent 460ac39 commit 04e1103
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
193 | 198 | | |
194 | 199 | | |
195 | 200 | | |
| |||
0 commit comments