funit-procmask(8) - Linux man page
Name
funit-procmask - Test the processes signal mask for the presence (or absence) of a list if signals
Synopsis
funit-procmask [OPTION] {SIGNAL_NUMBER ...}
Description
Test for the presence (or absence) of the list of signals in the processes signal mask. If the test fails, exit with a non-zero status.
- -y
Test in the affermative, only exit successfully when all the signals are present.
-n
Test in the negative, only exit successfully when all the signals are absent.
- This program is used by funit, as part of frysk's JUnit testsuite.
Example
Check that SIGUSR1 (1) is absent from the default signal mask.
- /usr/lib/frysk/funit-procmask -n 1
See Also
Bugs
Report bugs to http://sources.redhat.com/frysk/ : http:/sources.redhat.com/frysk.