busybox/shell/hush_test/hush-signals/sigquit_exec.tests
Denys Vlasenko 5d6b8729ed hush testsuite: add many tests from ash testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-10-02 17:39:31 +02:00

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