diff options
Diffstat (limited to 'tests/posix/exec_sigmask.sh')
-rw-r--r-- | tests/posix/exec_sigmask.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/posix/exec_sigmask.sh b/tests/posix/exec_sigmask.sh new file mode 100644 index 0000000..e01c05e --- /dev/null +++ b/tests/posix/exec_sigmask.sh @@ -0,0 +1,4 @@ +# Regression test: restore the signal mask after fork() + +test "$UNAME" = "Linux" || skip +bfs_diff /proc/self/status -exec grep '^SigBlk:' {} + |