Skip to content

Commit cf37760

Browse files
committed
don't run relative dot test on macos
1 parent f2c4bd6 commit cf37760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ fn test_which_relative_leading_dot() {
415415
}
416416

417417
#[test]
418-
#[cfg(unix)]
418+
#[cfg(all(unix, not(target_os = "macos")))]
419419
fn test_which_relative_leading_dot_uncanonicalized() {
420420
let f = TestFixture::new();
421421

0 commit comments

Comments
 (0)