# Regression test: restore the signal mask after fork() cd "$TEST" mkfifo p1 p2 { # Get the PID of `sh` read -r pid p1 && read -r _