From a79c4bc6b48912cdbb878e4c12d394987edfa98e Mon Sep 17 00:00:00 2001 From: Christopher Dryden Date: Fri, 21 Nov 2025 23:39:21 +0000 Subject: [PATCH] Only using imports on unix since more integration tests only supported on unix --- tests/by-util/test_more.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_more.rs b/tests/by-util/test_more.rs index cc8557dfd..2bf130a18 100644 --- a/tests/by-util/test_more.rs +++ b/tests/by-util/test_more.rs @@ -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)]