status | dash | bash | zsh | mksh | ash | yash | osh | |
pass | 2 | 2 | 2 | 1 | 2 | 2 | 3 | |
N-I | 0 | 0 | 0 | 1 | 0 | 0 | 0 | |
BUG | 1 | 1 | 1 | 1 | 1 | 1 | 0 | |
total | 3 | 3 | 3 | 3 | 3 | 3 | 3 | |
case | dash | bash | zsh | mksh | ash | yash | osh | description |
0 | pass | pass | pass | N-I | pass | pass | pass | More eval 'local v=' |
details | ||||||||
1 | pass | BUG | BUG | pass | pass | pass | pass | Temp bindings with local |
details | details | |||||||
2 | BUG | pass | pass | BUG | BUG | BUG | pass | Temp bindings with unset |
details | details | details | details |
14 passed, 0 OK, 1 not implemented, 6 BUG, 0 failed, 0 timeouts, 0 cases skipped
mksh | 0 More eval 'local v=' stdout: stderr: |
bash | 1 Temp bindings with local stdout: x=x tx=tx y=y ty=tystderr: |
zsh | 1 Temp bindings with local stdout: x=x tx=tx y=y ty=tystderr: |
dash | 2 Temp bindings with unset stdout: x= --- x= x= --- x= x= --- x= x=stderr: |
mksh | 2 Temp bindings with unset stdout: x= --- x= x= --- x= x= --- x= x=stderr: |
ash | 2 Temp bindings with unset stdout: x= --- x= x= --- x= x= --- x= x=stderr: |
yash | 2 Temp bindings with unset stdout: x= --- x= x= --- x= x= --- x= x=stderr: |