From 514006c5f52ff07beeed6fa1792c3a6f7b83ba57 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 8 Sep 2025 10:08:09 +0200 Subject: [PATCH] tests: remove unused imports --- tests/by-util/test_chacl.rs | 2 +- tests/by-util/test_getfacl.rs | 2 +- tests/by-util/test_setfacl.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/by-util/test_chacl.rs b/tests/by-util/test_chacl.rs index 1dc4ee8..c94fe40 100644 --- a/tests/by-util/test_chacl.rs +++ b/tests/by-util/test_chacl.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -use uutests::{new_ucmd, util::TestScenario, util_name}; +use uutests::new_ucmd; #[test] fn test_invalid_arg() { diff --git a/tests/by-util/test_getfacl.rs b/tests/by-util/test_getfacl.rs index 1dc4ee8..c94fe40 100644 --- a/tests/by-util/test_getfacl.rs +++ b/tests/by-util/test_getfacl.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -use uutests::{new_ucmd, util::TestScenario, util_name}; +use uutests::new_ucmd; #[test] fn test_invalid_arg() { diff --git a/tests/by-util/test_setfacl.rs b/tests/by-util/test_setfacl.rs index 5933eee..33c7fa8 100644 --- a/tests/by-util/test_setfacl.rs +++ b/tests/by-util/test_setfacl.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -use uutests::{new_ucmd, util::TestScenario, util_name}; +use uutests::new_ucmd; #[test] fn test_invalid_arg() {