mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
fix: conditional compilation with only unix target
This commit is contained in:
parent
8000b0cd0c
commit
e874617898
@ -142,6 +142,7 @@ fn ui_test_ok_decompress() {
|
|||||||
ui!(run_ouch("ouch decompress output.zst", dir));
|
ui!(run_ouch("ouch decompress output.zst", dir));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(unix)]
|
||||||
#[test]
|
#[test]
|
||||||
fn ui_test_ok_decompress_multiple_files() {
|
fn ui_test_ok_decompress_multiple_files() {
|
||||||
let (_dropper, dir) = testdir().unwrap();
|
let (_dropper, dir) = testdir().unwrap();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user