From 270fcde96f15535330ad1a966ed8d4c7c329949d Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:56:36 -0700 Subject: [PATCH] test: Require _deflate-any to run new test --- tests/extract_symlink.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;