status | dash | bash | mksh | zsh | osh | |
pass | 0 | 2 | 1 | 2 | 0 | |
ok | 2 | 0 | 1 | 0 | 0 | |
FAIL | 0 | 0 | 0 | 0 | 2 | |
total | 2 | 2 | 2 | 2 | 2 | |
case | dash | bash | mksh | zsh | osh | description |
0 | ok | pass | ok | pass | FAIL | Kills the process with SIGTERM |
details | details | details | ||||
1 | ok | pass | pass | pass | FAIL | Kills the process with SIGKILL |
details | details |
5 passed, 3 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
dash | 0 Kills the process with SIGTERM stdout: 0stderr: dash: 3: builtin: not found |
mksh | 0 Kills the process with SIGTERM stdout: 0stderr: |
osh | 0 Kills the process with SIGTERM [osh stdout] Expected '143\n', got '0\n' stdout: 0stderr: builtin kill -15 $pid ^~~~ [ stdin ]:3: 'kill' isn't a shell builtin |
dash | 1 Kills the process with SIGKILL stdout: 0stderr: dash: 3: builtin: not found |
osh | 1 Kills the process with SIGKILL [osh stdout] Expected '137\n', got '0\n' stdout: 0stderr: builtin kill -9 $pid ^~~~ [ stdin ]:3: 'kill' isn't a shell builtin |