diff --git a/tests/extract_symlink.rs b/tests/extract_symlink.rs index 6e1a0595..7135df50 100644 --- a/tests/extract_symlink.rs +++ b/tests/extract_symlink.rs @@ -1,5 +1,5 @@ #[test] -#[cfg(unix)] +#[cfg(all(unix, feature = "_deflate-any"))] fn extract_should_respect_links() { use std::{fs, io, path::PathBuf, str::FromStr}; use tempdir::TempDir;