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() {