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(8), as part of Frysk's testsuite.
EXAMPLE
Test if SIGUSR1 (1) is absent from the default signal mask.
-
/usr/lib/frysk/funit-procmask -n 1
SEE ALSO
frysk(7) funit(8)
BUGS
Report bugs to
m[blue]http:/sources.redhat.com/fryskm[]