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

pinky: clap 3

This commit is contained in:
Terts Diepraam 2022-01-11 14:24:54 +01:00
parent 49b19972cc
commit c39a9b49d4
3 changed files with 24 additions and 24 deletions

View file

@ -58,7 +58,7 @@ fn test_long_format_multiple_users() {
#[test]
fn test_long_format_wo_user() {
// "no username specified; at least one must be specified when using -l"
new_ucmd!().arg("-l").fails().code_is(1);
new_ucmd!().arg("-l").fails();
}
#[cfg(unix)]