mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
dd: fix "unused import" warning in test
This commit is contained in:
parent
59d7866dcf
commit
5ab4968721
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
use uutests::at_and_ucmd;
|
use uutests::at_and_ucmd;
|
||||||
use uutests::new_ucmd;
|
use uutests::new_ucmd;
|
||||||
use uutests::util::TestScenario;
|
use uutests::util::TestScenario;
|
||||||
#[cfg(unix)]
|
#[cfg(all(unix, not(feature = "feat_selinux")))]
|
||||||
use uutests::util::run_ucmd_as_root_with_stdin_stdout;
|
use uutests::util::run_ucmd_as_root_with_stdin_stdout;
|
||||||
#[cfg(all(not(windows), feature = "printf"))]
|
#[cfg(all(not(windows), feature = "printf"))]
|
||||||
use uutests::util::{UCommand, get_tests_binary};
|
use uutests::util::{UCommand, get_tests_binary};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue