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:
parent
49b19972cc
commit
c39a9b49d4
3 changed files with 24 additions and 24 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue