test: Fix cfg - new test is only needed on Unix and can only run with deflate

This commit is contained in:
Chris Hennick 2024-05-10 14:30:52 -07:00
parent 2ea4e5059f
commit 07caf646a0
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -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();