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.
2 parents ace92dc + 7b6d05f commit e4fa68cCopy full SHA for e4fa68c
tests/by-util/test_uptime.rs
@@ -6,6 +6,7 @@
6
// spell-checker:ignore bincode serde utmp runlevel testusr testx
7
#![allow(clippy::cast_possible_wrap, clippy::unreadable_literal)]
8
9
+#[cfg(not(any(target_os = "openbsd", target_os = "freebsd")))]
10
use uutests::at_and_ucmd;
11
use uutests::new_ucmd;
12
use uutests::util::TestScenario;
0 commit comments