mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
split: merge imports in test
This commit is contained in:
parent
402907ed6e
commit
ad9a87118c
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@ use std::{
|
|||
};
|
||||
use uutests::util::{AtPath, TestScenario};
|
||||
|
||||
use uutests::at_and_ucmd;
|
||||
use uutests::new_ucmd;
|
||||
use uutests::util_name;
|
||||
use uutests::{at_and_ucmd, new_ucmd, util_name};
|
||||
|
||||
fn random_chars(n: usize) -> String {
|
||||
rng()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue