1FUNIT-PROCMASK(8) Frysk FUNIT-PROCMASK(8)
2
3
4
6 funit-procmask - test the processes signal mask for the presence (or
7 absence) of a list if signals
8
10 funit-procmask [-y] [-n] signal-number...
11
13 Test for the presence (or absence) of the list of signals in the
14 processes signal mask. If the test fails, exit with a non-zero status.
15
16 -y
17 Test in the affermative, only exit successfully when all the
18 signals are present.
19
20 -n
21 Test in the negative, only exit successfully when all the signals
22 are absent.
23
24 This program is used by funit(8), as part of Frysk´s testsuite.
25
27 Test if SIGUSR1 (1) is absent from the default signal mask.
28
29 /usr/lib/frysk/funit-procmask -n 1
30
32 frysk(7) funit(8)
33
35 Report bugs to http:/sources.redhat.com/frysk
36
37
38
39Frysk 0.4-28.fc14 April 2008 FUNIT-PROCMASK(8)