mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests: fix warnings on OpenBSD for unused imports in by-util/test_*
Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
parent
c25ba39ce6
commit
008dd38a0d
5 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
// spell-checker:ignore (words) helloworld nodir objdump n'source
|
||||
|
||||
use crate::common::util::{is_ci, run_ucmd_as_root, TestScenario};
|
||||
#[cfg(not(target_os = "openbsd"))]
|
||||
use filetime::FileTime;
|
||||
use std::fs;
|
||||
use std::os::unix::fs::{MetadataExt, PermissionsExt};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue