summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-signals/sigquit_exec.tests (plain)
blob: 24bda6921a779e13a42ef8f3092f62f5886c04ce
1# Should show no masked signals in both cases.
2# We had a bug where SIGQUIT was masked on exec.
3grep SigIgn: /proc/self/status
4exec grep SigIgn: /proc/self/status
5