Commit c3ee977
committed
test(process): use /bin/sh not /bin/true (absent on macOS)
The macOS CI failures across every launcher attempt were this test, not the
implementation: /bin/true lives at /usr/bin/true on macOS, so run_exec returned
127 and the rc==0 assertion failed. Use /bin/sh -c 'exit 0' (present on Linux
and macOS).1 parent 115800a commit c3ee977
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments