mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
split: merge imports in test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user