]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r362182: sh/tests: Add tests for SIGINT in non-jobc background commands
authorJilles Tjoelker <jilles@FreeBSD.org>
Sun, 21 Jun 2020 16:06:01 +0000 (16:06 +0000)
committerJilles Tjoelker <jilles@FreeBSD.org>
Sun, 21 Jun 2020 16:06:01 +0000 (16:06 +0000)
commit746880e1aace20b92a935516bcce1fa5074543af
treeb61306481db1451231f9260b6d48e49ec77ed7ee
parent3158d80ebf7190b75e9bedc24b9e1a8a34292476
MFC r362182: 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.
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]