Skip to content

Commit

Permalink
re-enable signal tests on macos
Browse files Browse the repository at this point in the history
Apparently CI failures are unrelated:
  <rust-lang/cargo#10476>
  • Loading branch information
matklad committed Mar 13, 2022
1 parent f6d2528 commit aa22efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/it/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn exit_status() {
}

#[test]
#[cfg_attr(not(target_os = "linux"), ignore)]
#[cfg_attr(not(unix), ignore)]
fn exit_status_signal() {
let sh = setup();

Expand All @@ -169,7 +169,7 @@ fn ignore_status_no_such_command() {
}

#[test]
#[cfg_attr(not(target_os = "linux"), ignore)]
#[cfg_attr(not(unix), ignore)]
fn ignore_status_signal() {
let sh = setup();

Expand Down

0 comments on commit aa22efd

Please sign in to comment.