mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
uutests: adjust the tests to use them
This commit is contained in:
parent
ccfcda531e
commit
a0179ea239
102 changed files with 1018 additions and 157 deletions
|
@ -5,7 +5,10 @@
|
|||
|
||||
// spell-checker:ignore (ToDO) coreutil
|
||||
|
||||
use crate::common::util::{TestScenario, check_coreutil_version, expected_result, is_ci, whoami};
|
||||
use uutests::new_ucmd;
|
||||
use uutests::unwrap_or_return;
|
||||
use uutests::util::{TestScenario, check_coreutil_version, expected_result, is_ci, whoami};
|
||||
use uutests::util_name;
|
||||
|
||||
const VERSION_MIN_MULTIPLE_USERS: &str = "8.31"; // this feature was introduced in GNU's coreutils 8.31
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue