Commit 06e9021
committed
Adjust expected directory mode for BSD platforms
Linux's SysV-derived mkdir(2) propagates the set-group-ID bit from the
parent directory to newly created subdirectories, but BSD (including
macOS) inherits the parent's group without copying the set-group-ID
bit itself. The previous 0o2775 expectation therefore failed on every
macOS CI runner; branch the expected value by platform instead.1 parent 9606802 commit 06e9021
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1332 | 1332 | | |
1333 | 1333 | | |
1334 | 1334 | | |
1335 | | - | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
1336 | 1342 | | |
1337 | 1343 | | |
1338 | 1344 | | |
| |||
0 commit comments