1
Fork 0
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:
Daniel Hofstetter 2025-05-12 10:52:13 +02:00
parent 402907ed6e
commit ad9a87118c

View file

@ -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()