spec test index / oilshell.org
| status | dash | bash | mksh | osh | |
| pass | 5 | 5 | 5 | 4 | |
| FAIL | 0 | 0 | 0 | 1 | |
| total | 5 | 5 | 5 | 5 | |
| case | dash | bash | mksh | osh | description |
| 0 | pass | pass | pass | pass | If empty command |
| 1 | pass | pass | pass | pass | If subshell true |
| 2 | pass | pass | pass | pass | If subshell true WITH OUTPUT is different |
| 3 | pass | pass | pass | pass | If subshell true WITH ARGUMENT |
| 4 | pass | pass | pass | FAIL | If subshell false -- exit code is propagated in a weird way (strict-argv prevents) |
| details |
19 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
| osh | 4 If subshell false -- exit code is propagated in a weird way (strict-argv prevents) [osh stdout] Expected 'FALSE\n', got 'TRUE\n' stdout: TRUEstderr: |