mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
test: update to clap 4
This commit is contained in:
parent
b15c6eb293
commit
72d7287b11
3 changed files with 3 additions and 3 deletions
|
@ -903,7 +903,7 @@ fn test_bracket_syntax_help() {
|
|||
let scenario = TestScenario::new("[");
|
||||
let mut ucmd = scenario.ucmd();
|
||||
|
||||
ucmd.arg("--help").succeeds().stdout_contains("USAGE:");
|
||||
ucmd.arg("--help").succeeds().stdout_contains("Usage:");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue