mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
4 lines
163 B
Text
Executable file
4 lines
163 B
Text
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
|