1
Fork 0
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:
Terts Diepraam 2022-10-01 11:43:24 +02:00
parent ea8015589b
commit 9cce0bed7f
3 changed files with 40 additions and 38 deletions

View file

@ -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]