spec test index / oilshell.org
status | osh | |
pass | 7 | |
FAIL | 1 | |
total | 8 | |
case | osh | description |
0 | pass | cd with block |
1 | pass | cd with block: fatal error in block |
2 | pass | cd with block: return in block |
3 | pass | cd with block: break in block |
4 | pass | cd with block exits with status 0 |
5 | pass | block doesn't have its own scope |
6 | FAIL | block literal in expression mode: &(echo $PWD) |
details | ||
7 | pass | 'builtin' and 'command' with block |
7 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 6 block literal in expression mode: &(echo $PWD) [osh stdout] Expected 'one\ntwo\n', got '' stdout: stderr: |