]> granicus.if.org Git - procps-ng/commit
build-sys: Enable testing of sigqueue
authorCraig Small <csmall@dropbear.xyz>
Tue, 28 Apr 2020 09:40:07 +0000 (19:40 +1000)
committerCraig Small <csmall@dropbear.xyz>
Mon, 11 May 2020 06:59:18 +0000 (16:59 +1000)
commit557fda8f980c9b12bcdad995077d774fb6b17cb1
treebaffdeebbe3c57054b8bd671e707c201abe0b4a7
parent89392e67a94303fea234e6c1b2c1b298e2eade48
build-sys: Enable testing of sigqueue

The referenced commits enavled both pkill and kill to send an integer to
the killed or signalled process. The test_process now will report on the
integer if sent and the testsuite changes take advantage of this
new feature.

Another process make/destroy set had to be made as using spawn
instead of exec changes both the SID and TTY for the underlying
process, making other tests fail.

References:
 commit 7d55409b82602dac540c011000c9c5abedb5158a
 commit 2b804a532a90a98bccc5255a728da9076a5e4f4f
lib/test_process.c
testsuite/config/unix.exp
testsuite/kill.test/kill.exp
testsuite/pkill.test/pkill.exp