spec test index / oilshell.org
status | osh | osh_ALT | |
pass | 8 | 8 | |
FAIL | 1 | 1 | |
total | 9 | 9 | |
case | osh | osh_ALT | description |
0 | pass | pass | shopt supports long flags |
1 | pass | pass | shopt supports 'set' options |
2 | pass | pass | shopt --unset errexit { } |
3 | pass | pass | shopt -p works correctly inside block |
4 | pass | pass | shopt --set GROUP { } |
5 | pass | pass | shopt and block status |
6 | pass | pass | shopt usage error |
7 | pass | pass | shopt -p |
8 | FAIL | FAIL | TODO: all options as a table |
details | details |
16 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 8 TODO: all options as a table [osh status] Expected 0, got 2 stdout: stderr: shopt --table ^~~~~~~ [ stdin ]:1: 'shopt' got invalid flag '--table' |
osh_ALT | 8 TODO: all options as a table [osh_ALT status] Expected 0, got 2 stdout: stderr: shopt --table ^~~~~~~ [ stdin ]:1: 'shopt' got invalid flag '--table' |