status | bash | dash | mksh | zsh | osh | |
pass | 1 | 0 | 0 | 0 | 0 | |
N-I | 0 | 1 | 1 | 1 | 0 | |
FAIL | 0 | 0 | 0 | 0 | 1 | |
total | 1 | 1 | 1 | 1 | 1 | |
case | bash | dash | mksh | zsh | osh | description |
0 | pass | N-I | N-I | N-I | FAIL | $SHELL is set to what is in /etc/passwd |
details | details | details | details |
1 passed, 0 OK, 3 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
dash | 0 $SHELL is set to what is in /etc/passwd stdout: stderr: dash: 0: can't access tty; job control turned off |
mksh | 0 $SHELL is set to what is in /etc/passwd stdout: stderr: mksh: can't find tty fd: No such device or address mksh: warning: won't have full job control |
zsh | 0 $SHELL is set to what is in /etc/passwd stdout: stderr: |
osh | 0 $SHELL is set to what is in /etc/passwd [osh stdout] Expected 'SHELL is set\nSHELL is set\nSHELL is set\n', got '' stdout: stderr: |