Skip to content

Commit d2125f5

Browse files
committed
pinky: cleanup imports in test file
1 parent 5dc7b3d commit d2125f5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/by-util/test_pinky.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55

66
#[cfg(not(target_os = "openbsd"))]
77
use uucore::entries::{Locate, Passwd};
8-
use uutests::new_ucmd;
9-
use uutests::unwrap_or_return;
10-
#[cfg(target_os = "openbsd")]
11-
use uutests::util::TestScenario;
128
#[cfg(not(target_os = "openbsd"))]
139
use uutests::util::{TestScenario, expected_result};
14-
use uutests::util_name;
10+
use uutests::{new_ucmd, unwrap_or_return, util_name};
1511

1612
#[test]
1713
fn test_invalid_arg() {

0 commit comments

Comments
 (0)