Results for builtin-kill.test.sh

statusoshosh-cpp
FAIL 22
total22
caseoshosh-cppdescription
0FAIL FAIL Kills the process with SIGTERM
detailsdetails
1FAIL FAIL Kills the process with SIGKILL
detailsdetails
0 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped
2 failed under osh

Details on runs that didn't PASS

osh0 Kills the process with SIGTERM

[osh stdout] Expected '143\n', got '0\n'

stdout:
0
stderr:
  builtin kill -15 $pid
          ^~~~
[ stdin ]:3: 'kill' isn't a shell builtin
osh-cpp0 Kills the process with SIGTERM

[osh-cpp stdout] Expected '143\n', got '0\n'

stdout:
0
stderr:
  builtin kill -15 $pid
          ^~~~
[ stdin ]:3: 'kill' isn't a shell builtin
osh1 Kills the process with SIGKILL

[osh stdout] Expected '137\n', got '0\n'

stdout:
0
stderr:
  builtin kill -9 $pid
          ^~~~
[ stdin ]:3: 'kill' isn't a shell builtin
osh-cpp1 Kills the process with SIGKILL

[osh-cpp stdout] Expected '137\n', got '0\n'

stdout:
0
stderr:
  builtin kill -9 $pid
          ^~~~
[ stdin ]:3: 'kill' isn't a shell builtin