We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc7b3d commit d2125f5Copy full SHA for d2125f5
tests/by-util/test_pinky.rs
@@ -5,13 +5,9 @@
5
6
#[cfg(not(target_os = "openbsd"))]
7
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;
12
13
use uutests::util::{TestScenario, expected_result};
14
-use uutests::util_name;
+use uutests::{new_ucmd, unwrap_or_return, util_name};
15
16
#[test]
17
fn test_invalid_arg() {
0 commit comments