We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bae019 commit ce18bc9Copy full SHA for ce18bc9
tests/smoke.rs
@@ -92,6 +92,7 @@ mod fusedev_tests {
92
#[cfg(target_os = "linux")]
93
let tmp_dir = TempDir::new().unwrap();
94
95
+ #[cfg(target_os = "macos")]
96
let tmp_dir = {
97
let source = tempdir().expect("Cannot create temporary directory.");
98
source.into_path()
0 commit comments