1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

uutests: adjust the tests to use them

This commit is contained in:
Sylvestre Ledru 2025-03-28 09:51:51 +01:00
parent ccfcda531e
commit a0179ea239
102 changed files with 1018 additions and 157 deletions

View file

@ -6,7 +6,10 @@
use std::path::PathBuf;
use crate::common::util::{TestScenario, UCommand};
use uutests::new_ucmd;
use uutests::util::{TestScenario, UCommand};
//use uutests::at_and_ucmd;
use uutests::{at_and_ucmd, util_name};
#[test]
fn test_invalid_arg() {