mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
rm: merge some imports in test file
This commit is contained in:
parent
1dbd452c8f
commit
d503b7c7c7
1 changed files with 1 additions and 3 deletions
|
@ -6,10 +6,8 @@
|
|||
|
||||
use std::process::Stdio;
|
||||
|
||||
use uutests::at_and_ucmd;
|
||||
use uutests::new_ucmd;
|
||||
use uutests::util::TestScenario;
|
||||
use uutests::util_name;
|
||||
use uutests::{at_and_ucmd, new_ucmd, util_name};
|
||||
|
||||
#[test]
|
||||
fn test_invalid_arg() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue