Skip to content

Commit

Permalink
don't run relative dot test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Feb 6, 2025
1 parent f2c4bd6 commit cf37760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ fn test_which_relative_leading_dot() {
}

#[test]
#[cfg(unix)]
#[cfg(all(unix, not(target_os = "macos")))]
fn test_which_relative_leading_dot_uncanonicalized() {
let f = TestFixture::new();

Expand Down

0 comments on commit cf37760

Please sign in to comment.