1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

link: clap 3

This commit is contained in:
Terts Diepraam 2022-01-11 13:50:41 +01:00
parent 83f39619d5
commit 0531f13cfd
3 changed files with 8 additions and 7 deletions

View file

@ -58,6 +58,6 @@ fn test_link_three_arguments() {
"test_link_argument3",
];
ucmd.args(&arguments[..]).fails().stderr_contains(
format!("error: The value '{}' was provided to '<FILES>...', but it wasn't expecting any more values", arguments[2]),
format!("error: The value '{}' was provided to '<FILES>...' but it wasn't expecting any more values", arguments[2]),
);
}