mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
truncate: update to clap 4
This commit is contained in:
parent
ea8015589b
commit
9cce0bed7f
3 changed files with 40 additions and 38 deletions
|
@ -254,11 +254,7 @@ fn test_error_filename_only() {
|
|||
.args(&["file"])
|
||||
.fails()
|
||||
.code_is(1)
|
||||
.stderr_contains(
|
||||
"error: The following required arguments were not provided:
|
||||
--reference <RFILE>
|
||||
--size <SIZE>",
|
||||
);
|
||||
.stderr_contains("error: The following required arguments were not provided:");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue