tests: remove unused imports

This commit is contained in:
Daniel Hofstetter
2025-09-17 09:09:44 +02:00
parent 30560672d3
commit b3d4549108
15 changed files with 5 additions and 46 deletions

View File

@@ -4,8 +4,6 @@
// file that was distributed with this source code.
use uutests::new_ucmd;
use uutests::util::TestScenario;
use uutests::util_name;
#[test]
fn test_invalid_arg() {
@@ -28,8 +26,6 @@ mod linux {
use regex::Regex;
use uutests::new_ucmd;
use uutests::util::TestScenario;
use uutests::util_name;
#[test]
fn test_fails_on_first_error() {
@@ -62,8 +58,6 @@ mod linux {
#[cfg(not(target_os = "linux"))]
mod non_linux {
use uutests::new_ucmd;
use uutests::util::TestScenario;
use uutests::util_name;
#[test]
fn test_fails_on_unsupported_platforms() {