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
|
@ -7,7 +7,9 @@
|
|||
// spell-checker:ignore abbccd abcac acabc andand bigcmp bignum emptysub
|
||||
// spell-checker:ignore orempty oror
|
||||
|
||||
use crate::common::util::TestScenario;
|
||||
use uutests::new_ucmd;
|
||||
use uutests::util::TestScenario;
|
||||
use uutests::util_name;
|
||||
|
||||
#[test]
|
||||
fn test_no_arguments() {
|
||||
|
@ -400,7 +402,9 @@ fn test_long_input() {
|
|||
|
||||
/// Regroup the testcases of the GNU test expr.pl
|
||||
mod gnu_expr {
|
||||
use crate::common::util::TestScenario;
|
||||
use uutests::new_ucmd;
|
||||
use uutests::util::TestScenario;
|
||||
use uutests::util_name;
|
||||
|
||||
#[test]
|
||||
fn test_a() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue