Skip to content

Commit

Permalink
Rollup merge of #123316 - Enselic:sigpipe-inherit-variants, r=fmease
Browse files Browse the repository at this point in the history
Test `#[unix_sigpipe = "inherit"]` with both `SIG_DFL` and `SIG_IGN`

Extend our `#[unix_sigpipe = "inherit"]` test so that it detects if  `SIGPIPE` wrongly ends up being `SIG_DFL` when the parent has `SIG_IGN`. We have no current test for this particular case.

Tracking issue: rust-lang/rust#97889
  • Loading branch information
fmease committed Apr 24, 2024
2 parents 86b2568 + a284c5c commit 28c86a1
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 28c86a1

Please sign in to comment.