test: Require _deflate-any to run new test

This commit is contained in:
Chris Hennick 2024-07-06 11:56:36 -07:00
parent 81b6cf51a3
commit 270fcde96f
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -1,5 +1,5 @@
#[test] #[test]
#[cfg(unix)] #[cfg(all(unix, feature = "_deflate-any"))]
fn extract_should_respect_links() { fn extract_should_respect_links() {
use std::{fs, io, path::PathBuf, str::FromStr}; use std::{fs, io, path::PathBuf, str::FromStr};
use tempdir::TempDir; use tempdir::TempDir;