/home/uke/oil/bin/osh
spec test index / oilshell.org
| status | osh | |
| pass | 7 | |
| total | 7 | |
| case | osh | description |
| 0 | pass | Normal and braced |
| 1 | pass | In function |
| 2 | pass | $0 with -c |
| 3 | pass | $0 with stdin |
| 4 | pass | $0 with -i |
| 5 | pass | $0 with filename |
| 6 | pass | $@ with filename |
7 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh | 0 Normal and braced stdout: a b cstderr: |
| osh | 1 In function stdout: a bstderr: |
| osh | 2 $0 with -c stdout: shstderr: |
| osh | 3 $0 with stdin stdout: shstderr: |
| osh | 4 $0 with -i stdout: shstderr: osh-0.23.0$ osh-0.23.0$ |
| osh | 5 $0 with filename stdout: _tmp/dollar0stderr: |
| osh | 6 $@ with filename stdout: a b cstderr: |