mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests: expand wildcard imports
This commit is contained in:
parent
b8f2f295a6
commit
6988eb7ec6
100 changed files with 107 additions and 107 deletions
|
@ -1,8 +1,8 @@
|
|||
// spell-checker:ignore (words) helloworld nodir objdump n'source
|
||||
|
||||
use crate::common::util::*;
|
||||
use crate::common::util::{is_ci, TestScenario};
|
||||
use filetime::FileTime;
|
||||
use rust_users::*;
|
||||
use rust_users::{get_effective_gid, get_effective_uid};
|
||||
use std::os::unix::fs::PermissionsExt;
|
||||
#[cfg(not(any(windows, target_os = "freebsd")))]
|
||||
use std::process::Command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue