Skip to content

Commit

Permalink
chore: remove unneeded unix cfg macro
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jul 20, 2023
1 parent d3d8e68 commit 4ce537d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hook/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ mod test {
Ok(())
}

#[cfg(target_family = "unix")]
#[sealed_test]
fn shell_environment_variables() -> Result<()> {
std::env::set_var("TEST_ENV_VAR", "example");
Expand Down

0 comments on commit 4ce537d

Please sign in to comment.