| case | dash | bash | mksh | osh | osh_ALT | description |
| 0 | pass | pass | pass | FAIL | FAIL | Chained && and || -- there is no precedence |
| details | details | |||||
| 1 | pass | pass | pass | pass | pass | Command block |
8 passed, 0 ok, 0 known unimplemented, 0 known bugs, 1 failed, 0 skipped
| osh | 0 Chained && and || -- there is no precedence [osh stdout] Expected u'1\n2\n4\nstatus=0\n', got '1\n2\nstatus=0\n' stdout: 1 2 status=0stderr: |
| osh_ALT | 0 Chained && and || -- there is no precedence [osh_ALT stdout] Expected u'1\n2\n4\nstatus=0\n', got '1\n2\nstatus=0\n' stdout: 1 2 status=0stderr: |