mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Only using imports on unix since more integration tests only supported on unix
This commit is contained in:
parent
10bcf65afa
commit
a79c4bc6b4
1 changed files with 1 additions and 0 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue