procps/lib
Craig Small 557fda8f98 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 7d55409b82
 commit 2b804a532a
2020-05-11 16:59:18 +10:00
..
.gitignore A locale-independent strtod 2016-03-10 22:27:09 +11:00
fileutils.c build-sys: split test cases in lib/ into their own files 2015-05-01 17:43:51 -07:00
procio.3 docs: fix "delimeter" typo in fprocopen man page 2019-03-04 21:54:24 +11:00
procio.c procio: fix potential out-of-bounds access when write fails 2019-03-04 21:55:07 +11:00
signals.c 0041-proc/sig.c: Harden print_given_signals(). 2018-06-09 21:35:19 +10:00
strutils.c A locale-independent strtod 2016-03-10 22:27:09 +11:00
strverscmp.c Added Cygwin build support 2016-03-12 15:07:30 +11:00
test_fileutils.c build-sys: split test cases in lib/ into their own files 2015-05-01 17:43:51 -07:00
test_process.c build-sys: Enable testing of sigqueue 2020-05-11 16:59:18 +10:00
test_strtod_nol.c A locale-independent strtod 2016-03-10 22:27:09 +11:00
test_strutils.c build-sys: split test cases in lib/ into their own files 2015-05-01 17:43:51 -07:00