Only using imports on unix since more integration tests only supported on unix

This commit is contained in:
Christopher Dryden 2025-11-21 23:39:21 +00:00
parent 10bcf65afa
commit a79c4bc6b4

View file

@ -15,6 +15,7 @@ use std::os::unix::ffi::OsStrExt;
use std::os::unix::fs::PermissionsExt;
#[cfg(unix)]
use uutests::util::pty_path;
#[cfg(unix)]
use uutests::{at_and_ucmd, new_ucmd};
#[cfg(unix)]