pinky: cleanup imports in test file

This commit is contained in:
Daniel Hofstetter
2025-09-19 17:26:22 +02:00
parent 5dc7b3d3f6
commit d2125f5378
+1 -5
View File
@@ -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() {