mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
update tests
This commit is contained in:
parent
6eb3e3cd94
commit
7f2fb0483a
2 changed files with 50 additions and 14 deletions
|
@ -77,7 +77,7 @@ fn test_command_empty_args() {
|
|||
new_ucmd!()
|
||||
.args(&["", ""])
|
||||
.fails()
|
||||
.stderr_contains("timeout: empty string");
|
||||
.stderr_contains("timeout: invalid time interval ''");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue