test: Require _deflate-any to run new test
This commit is contained in:
parent
81b6cf51a3
commit
270fcde96f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue