test: Fix cfg - new test is only needed on Unix and can only run with deflate
This commit is contained in:
parent
2ea4e5059f
commit
07caf646a0
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ use std::io;
|
|||
use zip::result::ZipResult;
|
||||
use zip::ZipArchive;
|
||||
|
||||
#[cfg(all(unix, feature = "_deflate-any"))]
|
||||
#[test]
|
||||
fn repro_old423() -> ZipResult<()> {
|
||||
let mut v = Vec::new();
|
||||
|
|
Loading…
Add table
Reference in a new issue