| status | bash | dash | mksh | zsh | ash | osh | |
| pass | 2 | 2 | 1 | 1 | 2 | 0 | |
| N-I | 0 | 0 | 1 | 1 | 0 | 0 | |
| FAIL | 0 | 0 | 0 | 0 | 0 | 2 | |
| total | 2 | 2 | 2 | 2 | 2 | 2 | |
| case | bash | dash | mksh | zsh | ash | osh | description |
| 0 | pass | pass | N-I | N-I | pass | FAIL | xz package: dirprefix="${line##*([}" |
| details | details | details | |||||
| 1 | pass | pass | pass | pass | pass | FAIL | ((( with nested subshells |
| details |
8 passed, 0 OK, 2 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| mksh | 0 xz package: dirprefix="${line##*([}" stdout: stderr: mksh: <stdin>[1]: shopt: not found mksh: <stdin>[11]: no closing quote |
| zsh | 0 xz package: dirprefix="${line##*([}" stdout: stderr: zsh: command not found: shopt zsh: bad pattern: *([ |
| osh | 0 xz package: dirprefix="${line##*([}" [osh stdout] Expected '--\n-foo-\n', got '' [osh status] Expected 0, got 2 stdout: stderr: echo "-$dirprefix-"
^
[ stdin ]:9: Unexpected EOF reading double-quoted string that began here
|
| osh | 1 ((( with nested subshells [osh status] Expected 0, got 2 stdout: stderr: cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null`
^
[ backticks in [ stdin ] ]:6: Parser expected Id.Arith_RParen, got Id.Word_Compound
|