spec test index / oilshell.org
| status | dash | bash | mksh | zsh | ash | osh | |
| pass | 2 | 3 | 3 | 3 | 2 | 3 | |
| N-I | 1 | 0 | 0 | 0 | 1 | 0 | |
| total | 3 | 3 | 3 | 3 | 3 | 3 | |
| case | dash | bash | mksh | zsh | ash | osh | description |
| 0 | pass | pass | pass | pass | pass | pass | echo keyword |
| 1 | pass | pass | pass | pass | pass | pass | if/else |
| 2 | N-I | pass | pass | pass | N-I | pass | Turn an array into an integer. |
| details | details |
16 passed, 0 OK, 2 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| dash | 2 Turn an array into an integer. stdout: stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 1: Syntax error: "(" unexpected
|
| ash | 2 Turn an array into an integer. stdout: stderr: _tmp/spec-bin/ash: syntax error: unexpected "("
|