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 e958270 commit eb778dfCopy full SHA for eb778df
tests/by-util/test_uptime.rs
@@ -6,10 +6,12 @@
6
// spell-checker:ignore bincode serde utmp runlevel testusr testx
7
#![allow(clippy::cast_possible_wrap, clippy::unreadable_literal)]
8
9
-#[cfg(not(target_os = "openbsd"))]
10
use uutests::at_and_ucmd;
+use uutests::new_ucmd;
11
+#[cfg(not(target_os = "openbsd"))]
12
use uutests::util::TestScenario;
-use uutests::{new_ucmd, util_name};
13
14
+use uutests::util_name;
15
16
use regex::Regex;
17
0 commit comments