e5814a5a42
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
5 lines
163 B
Plaintext
Executable File
5 lines
163 B
Plaintext
Executable File
# Should show no masked signals in both cases.
|
|
# We had a bug where SIGQUIT was masked on exec.
|
|
grep SigIgn: /proc/self/status
|
|
exec grep SigIgn: /proc/self/status
|