mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
unlink: update to clap 4
This commit is contained in:
parent
23c8d8b0ea
commit
12048cda68
3 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ fn test_unlink_multiple_files() {
|
|||
ucmd.arg(file_a)
|
||||
.arg(file_b)
|
||||
.fails()
|
||||
.stderr_contains("USAGE");
|
||||
.stderr_contains("Usage");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue