| status | bash | dash | ash | zsh | mksh | ksh | toysh | sush | brush | osh | |
| pass | 2 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | |
| ok | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | |
| FAIL | 0 | 0 | 2 | 0 | 0 | 1 | 2 | 2 | 2 | 2 | |
| total | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | |
| case | bash | dash | ash | zsh | mksh | ksh | toysh | sush | brush | osh | description |
| 0 | pass | ok | FAIL | pass | ok | FAIL | FAIL | FAIL | FAIL | FAIL | Kills the process with SIGTERM |
| details | details | details | details | details | details | details | details | ||||
| 1 | pass | ok | FAIL | pass | pass | pass | FAIL | FAIL | FAIL | FAIL | Kills the process with SIGKILL |
| details | details | details | details | details | details |
6 passed, 3 OK, 0 not implemented, 0 BUG, 11 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| dash | 0 Kills the process with SIGTERM stdout: 0stderr: dash: 3: builtin: not found |
| ash | 0 Kills the process with SIGTERM [ash stdout] Expected '143\n' Got '0\n' stdout: 0stderr: ash: builtin: not found |
| mksh | 0 Kills the process with SIGTERM stdout: 0stderr: |
| ksh | 0 Kills the process with SIGTERM [ksh stdout] Expected '143\n' Got '0\n' stdout: 0stderr: |
| toysh | 0 Kills the process with SIGTERM [toysh stdout] Expected '143\n' Got '0\n' stdout: 0stderr: sh: builtin: No such file or directory |
| sush | 0 Kills the process with SIGTERM [sush stdout] Expected '143\n' Got '0\n' stdout: 0stderr: 1958691 |
| brush | 0 Kills the process with SIGTERM [brush stdout] Expected '143\n' Got '0\n' stdout: 0stderr: kill: invalid signal name |
| 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 |
| ash | 1 Kills the process with SIGKILL [ash stdout] Expected '137\n' Got '0\n' stdout: 0stderr: ash: builtin: not found |
| toysh | 1 Kills the process with SIGKILL [toysh stdout] Expected '137\n' Got '0\n' stdout: 0stderr: sh: builtin: No such file or directory |
| sush | 1 Kills the process with SIGKILL [sush stdout] Expected '137\n' Got '0\n' stdout: 0stderr: 1959570 |
| brush | 1 Kills the process with SIGKILL [brush stdout] Expected '137\n' Got '0\n' stdout: 0stderr: kill: invalid signal name |
| 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
|