]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sh/tests: Add tests for SIGINT in non-jobc background commands
authorjilles <jilles@FreeBSD.org>
Sun, 14 Jun 2020 19:41:24 +0000 (19:41 +0000)
committerjilles <jilles@FreeBSD.org>
Sun, 14 Jun 2020 19:41:24 +0000 (19:41 +0000)
commite4f768ec7dace77bbce335d9f7f820dc53e0da53
tree6f8b3d44c6b60f58ebc1c9722ae44039cce945b1
parent9bc6e67d9151e97b982048533a6dbb3590ac2f66
sh/tests: Add tests for SIGINT in non-jobc background commands

If job control is not enabled, background commands shall ignore SIGINT and
SIGQUIT, and it shall be possible to override that ignore in the same shell.

MFC after: 1 week
bin/sh/tests/execution/Makefile
bin/sh/tests/execution/bg11.0 [new file with mode: 0644]
bin/sh/tests/execution/bg12.0 [new file with mode: 0644]