From d2125f5378a5084fe5ec7ec090ae8c4382719500 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 19 Sep 2025 17:26:22 +0200 Subject: [PATCH] pinky: cleanup imports in test file --- tests/by-util/test_pinky.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/by-util/test_pinky.rs b/tests/by-util/test_pinky.rs index 79068327d..977647de8 100644 --- a/tests/by-util/test_pinky.rs +++ b/tests/by-util/test_pinky.rs @@ -5,13 +5,9 @@ #[cfg(not(target_os = "openbsd"))] use uucore::entries::{Locate, Passwd}; -use uutests::new_ucmd; -use uutests::unwrap_or_return; -#[cfg(target_os = "openbsd")] -use uutests::util::TestScenario; #[cfg(not(target_os = "openbsd"))] use uutests::util::{TestScenario, expected_result}; -use uutests::util_name; +use uutests::{new_ucmd, unwrap_or_return, util_name}; #[test] fn test_invalid_arg() {